Re: [PATCH] x86: set Pentium M as PAE capable

2014-03-02 Thread Roland Kletzing
great to see that we have an enhaced version of the initial quick`n`dirty patch
now. i just tested it on ubuntu 13.10 with kernel from 14.04 repository 
(complete 
package build).

works as expected ! hopefully ubuntu #930447 can now be closed soon and the 
patch
will quickly find it´s way into trusty tahr. this is important, because windows 
xp 
is EOL`ed on 8th of april, and there will probably be lot`s of users with older 
notebooks try switching to lubuntu/xubuntu or whatever "PAE-only distro". 
( https://wiki.ubuntu.com/TrustyTahr/ReleaseSchedule )

i would recommend adding the newly introduced param to Documentation/kernel-
parameters.txt , though.

Thanks for your work !

Tested-by: Roland Kletzing 


root@ubuntu:/etc# uname -a
Linux ubuntu 3.13.0-14-generic #34 SMP Sat Mar 1 21:27:33 CET 2014 i686 i686 
i686 GNU/Linux
root@ubuntu:/etc# dmesg |grep -C2 -i pae
[0.00] pcpu-alloc: [0] 0
[0.00] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 127870
[0.00] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-14-generic 
root=UUID=9ee2e971-296c-4605-a26a-4f9854106ef8 ro 
crashkernel=384M-2G:64M,2G-:128M acpi=off forcepae
[0.00] PID hash table entries: 2048 (order: 1, 8192 bytes)
[0.00] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
--
[0.005403] Initializing cgroup subsys perf_event
[0.005465] Initializing cgroup subsys hugetlb
[0.005571] PAE forced!
[0.005627] Disabling lock debugging due to kernel taint
[0.005697] mce: CPU supports 5 MCE banks

root@ubuntu:/etc# cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 9
model name  : Intel(R) Celeron(R) M processor 1300MHz
stepping: 5
microcode   : 0x45
cpu MHz : 1300.136
cache size  : 512 KB
physical id : 0
siblings: 1
core id : 0
cpu cores   : 1
apicid  : 0
initial apicid  : 0
fdiv_bug: no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
clflush dts acpi mmx fxsr sse sse2 tm pbe bts
bogomips: 2600.27
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 32 bits virtual
power management:



On Fri, Feb 28, 2014 at 03:27:50PM +0300, Dennis Mungai wrote:
> Hello people,
> 
> Note that revisions of the Dothan core were released in the first quarter
> of 2005 with the *Sonoma* chipsets and supported a 533 MT/s FSB and NX-bit
> (and PAE support required for it was enabled, unlike earlier Pentium Ms
> that had it disabled). These processors include the 730M (1.6 GHz), 740M
> (1.73 GHz), 750M (1.86 GHz), 760M (2.0 GHz) and 770M (2.13 GHz). These
> models all have a TDP of 27 W and a 2 MB L2 cache.
> 
> These CPUs should have PAE enabled. Only earlier versions of the Pentium M
> ( Older Dothans and the Banias core) do not have PAE support, officially.
> 
> -Dennis.

Good point, patch updated to not show the warning if PAE is already
enabled.

Signed-off-by: Chris Bainbridge 

 */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] x86: set Pentium M as PAE capable

2014-03-02 Thread Roland Kletzing
great to see that we have an enhaced version of the initial quick`n`dirty patch
now. i just tested it on ubuntu 13.10 with kernel from 14.04 repository 
(complete 
package build).

works as expected ! hopefully ubuntu #930447 can now be closed soon and the 
patch
will quickly find it´s way into trusty tahr. this is important, because windows 
xp 
is EOL`ed on 8th of april, and there will probably be lot`s of users with older 
notebooks try switching to lubuntu/xubuntu or whatever PAE-only distro. 
( https://wiki.ubuntu.com/TrustyTahr/ReleaseSchedule )

i would recommend adding the newly introduced param to Documentation/kernel-
parameters.txt , though.

Thanks for your work !

Tested-by: Roland Kletzing devz...@web.de


root@ubuntu:/etc# uname -a
Linux ubuntu 3.13.0-14-generic #34 SMP Sat Mar 1 21:27:33 CET 2014 i686 i686 
i686 GNU/Linux
root@ubuntu:/etc# dmesg |grep -C2 -i pae
[0.00] pcpu-alloc: [0] 0
[0.00] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 127870
[0.00] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-14-generic 
root=UUID=9ee2e971-296c-4605-a26a-4f9854106ef8 ro 
crashkernel=384M-2G:64M,2G-:128M acpi=off forcepae
[0.00] PID hash table entries: 2048 (order: 1, 8192 bytes)
[0.00] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
--
[0.005403] Initializing cgroup subsys perf_event
[0.005465] Initializing cgroup subsys hugetlb
[0.005571] PAE forced!
[0.005627] Disabling lock debugging due to kernel taint
[0.005697] mce: CPU supports 5 MCE banks

root@ubuntu:/etc# cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 9
model name  : Intel(R) Celeron(R) M processor 1300MHz
stepping: 5
microcode   : 0x45
cpu MHz : 1300.136
cache size  : 512 KB
physical id : 0
siblings: 1
core id : 0
cpu cores   : 1
apicid  : 0
initial apicid  : 0
fdiv_bug: no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
clflush dts acpi mmx fxsr sse sse2 tm pbe bts
bogomips: 2600.27
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 32 bits virtual
power management:



On Fri, Feb 28, 2014 at 03:27:50PM +0300, Dennis Mungai wrote:
 Hello people,
 
 Note that revisions of the Dothan core were released in the first quarter
 of 2005 with the *Sonoma* chipsets and supported a 533 MT/s FSB and NX-bit
 (and PAE support required for it was enabled, unlike earlier Pentium Ms
 that had it disabled). These processors include the 730M (1.6 GHz), 740M
 (1.73 GHz), 750M (1.86 GHz), 760M (2.0 GHz) and 770M (2.13 GHz). These
 models all have a TDP of 27 W and a 2 MB L2 cache.
 
 These CPUs should have PAE enabled. Only earlier versions of the Pentium M
 ( Older Dothans and the Banias core) do not have PAE support, officially.
 
 -Dennis.

Good point, patch updated to not show the warning if PAE is already
enabled.

Signed-off-by: Chris Bainbridge chris.bainbri...@gmail.com

 */
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/