Re: [PATCH] flush icache before set_pte take6. [3/4] add montecito brand name

2007-07-31 Thread KAMEZAWA Hiroyuki
On Tue, 31 Jul 2007 09:39:58 -0700 "Luck, Tony" <[EMAIL PROTECTED]> wrote: > + } else if (family == 0x20) > + memcpy(brand, "Montecito", 10); > > NAK. > > We don't really have names for the different cpu families. "Montecito" > is definitely not the right string

RE: [PATCH] flush icache before set_pte take6. [3/4] add montecito brand name

2007-07-31 Thread Luck, Tony
+ } else if (family == 0x20) + memcpy(brand, "Montecito", 10); NAK. We don't really have names for the different cpu families. "Montecito" is definitely not the right string to apply here (Montvale will also have family == 0x20). The old McKinley/Madison

RE: [PATCH] flush icache before set_pte take6. [3/4] add montecito brand name

2007-07-31 Thread Luck, Tony
+ } else if (family == 0x20) + memcpy(brand, Montecito, 10); NAK. We don't really have names for the different cpu families. Montecito is definitely not the right string to apply here (Montvale will also have family == 0x20). The old McKinley/Madison strings

Re: [PATCH] flush icache before set_pte take6. [3/4] add montecito brand name

2007-07-31 Thread KAMEZAWA Hiroyuki
On Tue, 31 Jul 2007 09:39:58 -0700 Luck, Tony [EMAIL PROTECTED] wrote: + } else if (family == 0x20) + memcpy(brand, Montecito, 10); NAK. We don't really have names for the different cpu families. Montecito is definitely not the right string to apply here

[PATCH] flush icache before set_pte take6. [3/4] add montecito brand name

2007-07-30 Thread KAMEZAWA Hiroyuki
Add Brand name "Montecito" to cpuinfo. Signed-off-by: KAMEZAWA Hiroyuki <[EMAIL PROTECTED]> --- arch/ia64/kernel/setup.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: linux-2.6.23-rc1.test/arch/ia64/kernel/setup.c

[PATCH] flush icache before set_pte take6. [3/4] add montecito brand name

2007-07-30 Thread KAMEZAWA Hiroyuki
Add Brand name Montecito to cpuinfo. Signed-off-by: KAMEZAWA Hiroyuki [EMAIL PROTECTED] --- arch/ia64/kernel/setup.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: linux-2.6.23-rc1.test/arch/ia64/kernel/setup.c