|
From: Dave Jones on 23 Sep 2006 21:20 Add supplemental SSE3 instructions flag, and Direct Cache Access flag. As described in "Intel Processor idenfication and the CPUID instruction AP485 Sept 2006" Signed-off-by: Dave Jones <davej(a)redhat.com> --- local-git/arch/i386/kernel/cpu/proc.c~ 2006-09-23 20:46:35.000000000 -0400 +++ local-git/arch/i386/kernel/cpu/proc.c 2006-09-23 20:48:02.000000000 -0400 @@ -46,8 +46,8 @@ static int show_cpuinfo(struct seq_file /* Intel-defined (#2) */ "pni", NULL, NULL, "monitor", "ds_cpl", "vmx", "smx", "est", - "tm2", NULL, "cid", NULL, NULL, "cx16", "xtpr", NULL, - NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, + "tm2", "ssse3", "cid", NULL, NULL, "cx16", "xtpr", NULL, + NULL, NULL, "dca", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, /* VIA/Cyrix/Centaur-defined */ -- http://www.codemonkey.org.uk - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Michal Piotrowski on 23 Sep 2006 21:30 Hi Dave, On 24/09/06, Dave Jones <davej(a)redhat.com> wrote: > Add supplemental SSE3 instructions flag, and Direct Cache Access flag. > As described in "Intel Processor idenfication and the CPUID instruction > AP485 Sept 2006" > > Signed-off-by: Dave Jones <davej(a)redhat.com> > > --- local-git/arch/i386/kernel/cpu/proc.c~ 2006-09-23 20:46:35.000000000 -0400 > +++ local-git/arch/i386/kernel/cpu/proc.c 2006-09-23 20:48:02.000000000 -0400 > @@ -46,8 +46,8 @@ static int show_cpuinfo(struct seq_file > > /* Intel-defined (#2) */ > "pni", NULL, NULL, "monitor", "ds_cpl", "vmx", "smx", "est", > - "tm2", NULL, "cid", NULL, NULL, "cx16", "xtpr", NULL, > - NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, > + "tm2", "ssse3", "cid", NULL, NULL, "cx16", "xtpr", NULL, ssse3? Typo? > + NULL, NULL, "dca", NULL, NULL, NULL, NULL, NULL, > NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, > > /* VIA/Cyrix/Centaur-defined */ > > -- > http://www.codemonkey.org.uk > - Regards, Michal -- Michal K. K. Piotrowski LTG - Linux Testers Group (http://www.stardust.webpages.pl/ltg/) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Dave Jones on 23 Sep 2006 21:30 On Sun, Sep 24, 2006 at 03:21:06AM +0200, Michal Piotrowski wrote: > Hi Dave, > > On 24/09/06, Dave Jones <davej(a)redhat.com> wrote: > > Add supplemental SSE3 instructions flag, and Direct Cache Access flag. > > As described in "Intel Processor idenfication and the CPUID instruction > > AP485 Sept 2006" > > > > Signed-off-by: Dave Jones <davej(a)redhat.com> > > > > --- local-git/arch/i386/kernel/cpu/proc.c~ 2006-09-23 20:46:35.000000000 -0400 > > +++ local-git/arch/i386/kernel/cpu/proc.c 2006-09-23 20:48:02.000000000 -0400 > > @@ -46,8 +46,8 @@ static int show_cpuinfo(struct seq_file > > > > /* Intel-defined (#2) */ > > "pni", NULL, NULL, "monitor", "ds_cpl", "vmx", "smx", "est", > > - "tm2", NULL, "cid", NULL, NULL, "cx16", "xtpr", NULL, > > - NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, > > + "tm2", "ssse3", "cid", NULL, NULL, "cx16", "xtpr", NULL, > > ssse3? Typo? No. It stands for Supplemental SSE3. SSE is already indicated by 'pni'. Dave - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Andi Kleen on 24 Sep 2006 05:00 On Sunday 24 September 2006 03:15, Dave Jones wrote: > Add supplemental SSE3 instructions flag, and Direct Cache Access flag. > As described in "Intel Processor idenfication and the CPUID instruction > AP485 Sept 2006" Added thanks. I also added it for x86-64 -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Dave Jones on 24 Sep 2006 14:30 On Sun, Sep 24, 2006 at 10:50:14AM +0200, Andi Kleen wrote: > On Sunday 24 September 2006 03:15, Dave Jones wrote: > > Add supplemental SSE3 instructions flag, and Direct Cache Access flag. > > As described in "Intel Processor idenfication and the CPUID instruction > > AP485 Sept 2006" > > Added thanks. I also added it for x86-64 Want a patch to make these shared? Dave - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Next
|
Last
Pages: 1 2 Prev: RCU: preemptible RCU Next: net/bridge: add support for EtherIP devices |