[parisc-linux] SMP support
Grant Grundler
grundler@dsl2.external.hp.com
Tue, 05 Mar 2002 18:05:41 -0700
Jeremy Drake wrote:
> I am running debian-hppa on a J5000, and I am using the 2.4.17-32-smp
> kernel. It detects both processors at boot, and shows them both in
> /proc/cpuinfo, but /proc/stat shows this
>
> cpu 599904 33379482 34656795 68636319
> cpu0 0 0 64 68636186
> cpu1 599904 33379482 34656731 133
>
> I interpret this to mean that everything is happening on cpu1 and cpu0 is
> just sitting idle. Is this a bug, or am I doing something wrong?
sounds like a bug.
I've never looked at /proc/stat.
> Also, I am unable to build any kernels myself. I get a bunch of depmod
> errors, like these
>
> depmod: Unhandled relocation of type 74 for printk_Rsmp_dd132261
> depmod: Unhandled relocation of type 74 for usb_deregister_Rsmp_c6f994d5
I've seen this when CONFIG_PA20 is enabled but CONFIG_PARISC64 is not.
Don't know if that's your problem, but it's worth checking.
You don't need to enable CONFIG_PA20 in order to run a 32-bit kernel
on any system that will support 32-bit kernels (A500/L-class only
support 64-bit kernel).
grant