Re: [patch 1/2] x86: track memtype for RAM in page struct

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ingo Molnar
Date: Sunday, September 14, 2008 - 7:22 am

* Jeremy Fitzhardinge <jeremy@goop.org> wrote:


well, in case of the PG_arch_* flags, they are all defined in 
architecture files:

./include/asm-parisc/pgtable.h:#define PG_dcache_dirty         PG_arch_1
./include/asm-mips/cacheflush.h:#define PG_dcache_dirty			PG_arch_1
./arch/sparc64/mm/init.c:#define PG_dcache_dirty		PG_arch_1
./arch/sh/include/cpu-sh4/cpu/cacheflush.h:#define PG_mapped	PG_arch_1
./arch/sh/include/cpu-sh3/cpu/cacheflush.h:#define PG_mapped	PG_arch_1
./arch/arm/include/asm/cacheflush.h:#define PG_dcache_dirty PG_arch_1

they are explicitly reserved for per architecture details.

	Ingo
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 1/2] x86: track memtype for RAM in page struct, Venkatesh Pallipadi, (Fri Sep 12, 5:00 pm)
Re: [patch 1/2] x86: track memtype for RAM in page struct, Jeremy Fitzhardinge, (Sat Sep 13, 10:03 am)
Re: [patch 1/2] x86: track memtype for RAM in page struct, Jeremy Fitzhardinge, (Sun Sep 14, 7:18 am)
Re: [patch 1/2] x86: track memtype for RAM in page struct, Ingo Molnar, (Sun Sep 14, 7:22 am)
Re: [patch 1/2] x86: track memtype for RAM in page struct, Venki Pallipadi, (Tue Sep 23, 2:46 pm)
RE: [patch 1/2] x86: track memtype for RAM in page struct, Pallipadi, Venkatesh, (Tue Sep 23, 2:48 pm)
Re: [patch 1/2] x86: track memtype for RAM in page struct, Christoph Lameter, (Tue Sep 23, 2:59 pm)