* SMP
@ 2000-06-12 15:54 Guillaume Laurhs
2000-06-12 18:12 ` SMP Charles E Leiserson Jr
0 siblings, 1 reply; 9+ messages in thread
From: Guillaume Laurhs @ 2000-06-12 15:54 UTC (permalink / raw)
To: linuxppc-dev@lists.linuxppc.org
Hello 2 All,
I recently bought a Daystar nPower card to bless an old 9500/132 (it's
now a bi-180). I successfully compiled on it an smp kernel.org 2.2.16
kernel on it, and it works flawlessly... but with only one cpu...
pm9500:~# cat /proc/version
Linux version 2.2.16 (root@pm9500) (gcc version 2.95.2 20000313 (Debian
GNU/Linux)) #2 SMP Mon Jun 12 16:59:05 CEST 2000
pm9500:~# cat /proc/cpuinfo
processor : 0
cpu : 604e
clock : 180MHz
revision : 2.2
bogomips : 358.81
total bogomips : 358.81
zero pages : total 0 (0Kb) current: 0 (0Kb) hits: 0/145 (0%)
machine : Power Macintosh
motherboard : AAPL,9500 MacRISC
L2 cache : 512K unified
memory : 64MB
I know that smp in an unsupported feature, but would somebody help
me/provide me links or people to activate it ??
Thanks,
GoM
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SMP
2000-06-12 15:54 SMP Guillaume Laurhs
@ 2000-06-12 18:12 ` Charles E Leiserson Jr
2000-06-12 19:16 ` SMP Andrew Weiss
2000-06-12 21:09 ` SMP Guillaume Laurhs
0 siblings, 2 replies; 9+ messages in thread
From: Charles E Leiserson Jr @ 2000-06-12 18:12 UTC (permalink / raw)
To: guillaume.laures; +Cc: linuxppc-dev@lists.linuxppc.org, locutus
You can get a working SMP kernel at ftp://borg.mit.edu/pub/linux/linuxppc/kerne
ls/multiprocessor/ with all of its support files. It's a bit old (2.2.12),
but it works.
- Ricky
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SMP
2000-06-12 18:12 ` SMP Charles E Leiserson Jr
@ 2000-06-12 19:16 ` Andrew Weiss
2000-06-12 22:07 ` SMP Karl-Heinz Krempels
2000-06-12 21:09 ` SMP Guillaume Laurhs
1 sibling, 1 reply; 9+ messages in thread
From: Andrew Weiss @ 2000-06-12 19:16 UTC (permalink / raw)
To: guillaume.laures, Charles E Leiserson Jr; +Cc: linuxppc-dev, locutus
Weren't those cards the only working example of assymetric
multi-processing?. Would an SMP kernel actually drive them properly?
Andrew
----------------------------------------------------------------------------
--
Big Endian Girls make the RISCen world go round
----- Original Message -----
From: "Charles E Leiserson Jr" <locutus@MIT.EDU>
To: <guillaume.laures@noos.fr>
Cc: <linuxppc-dev@lists.linuxppc.org>; <locutus@MIT.EDU>
Sent: Monday, June 12, 2000 2:12 PM
Subject: Re: SMP
>
> You can get a working SMP kernel at
ftp://borg.mit.edu/pub/linux/linuxppc/kerne
> ls/multiprocessor/ with all of its support files. It's a bit old
(2.2.12),
> but it works.
>
>
> - Ricky
>
>
>
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SMP
2000-06-12 18:12 ` SMP Charles E Leiserson Jr
2000-06-12 19:16 ` SMP Andrew Weiss
@ 2000-06-12 21:09 ` Guillaume Laurhs
2000-06-12 23:55 ` SMP Charles E Leiserson Jr
1 sibling, 1 reply; 9+ messages in thread
From: Guillaume Laurhs @ 2000-06-12 21:09 UTC (permalink / raw)
To: Charles E Leiserson Jr; +Cc: linuxppc-dev@lists.linuxppc.org
Charles E Leiserson Jr a *crit :
> You can get a working SMP kernel at ftp://borg.mit.edu/pub/linux/linuxppc/kerne
> ls/multiprocessor/ with all of its support files. It's a bit old (2.2.12),
> but it works.
Unfortunately, it doesn't work. BootX 1.2.2 shows up only one penguin, and I get
the same /proc/cpuinfo.
I realized that I have this oddity in dmesg :
Entering SMP Mode...
Processor 1 is stuck.
On 2.2.16 it's the same (dmesg from the begining) :
device tree used 31392 bytes
Total memory = 64MB; using 256kB for hash table (at c0240000)
Linux version 2.2.16 (root@pm9500) (gcc version 2.95.2 20000313 (Debian
GNU/Linux)) #2 SMP Mon Jun 12 16:59:05 CEST 2000
PCI bus 0 controlled by bandit at f2000000
Cache coherency enabled for bandit/PSX at f2000000
PCI bus 1 controlled by bandit at f4000000
Cache coherency enabled for bandit/PSX at f4000000
System has 32 possible interrupts
via_calibrate_decr: decrementer_count = 112500 (675003 ticks)
Console: colour dummy device 80x25
Calibrating delay loop... 358.81 BogoMIPS
Memory: 62364k available (1228k kernel code, 1848k data, 96k init) [c0000000,c40
00000]
Dentry hash table entries: 8192 (order 4, 64k)
Buffer cache hash table entries: 65536 (order 6, 256k)
Page cache hash table entries: 16384 (order 4, 64k)
POSIX conformance testing by UNIFIX
Entering SMP Mode...
Processor 1 is stuck. <--------------------
PCI: Probing PCI hardware...
It sounds like the second processor cannot be correctly started...
I tried with an older bootX (1.1.3) it's the same. For now, I can't quik, I think
Darwin messes up quik (it's installed on a partition before linux).
The cards work well under MacOS, distributed.net client makes a full use of both
processors (which brings the 9500 a bit higher than a G3@333, but still 3,5 times
lower than a G4@450..., always accordingto dnet's client)
Any though about this ? Any way to debug ??
Thanks,
GoM
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SMP
2000-06-12 19:16 ` SMP Andrew Weiss
@ 2000-06-12 22:07 ` Karl-Heinz Krempels
0 siblings, 0 replies; 9+ messages in thread
From: Karl-Heinz Krempels @ 2000-06-12 22:07 UTC (permalink / raw)
To: Andrew Weiss; +Cc: guillaume.laures, Charles E Leiserson Jr, linuxppc-dev
Hi *,
yeah it works on a UMAX S900, but without USB.
Charlie.
Karl-Heinz Krempels, Vereinsstrasse 13-15, 52062 Aachen, +49-241-4093691
Aachen University of Technology , charlie@pool.informatik.rwth-aachen.de
- In a world without walls and fences,
what should we do with windows and gates?
On Mon, 12 Jun 2000, Andrew Weiss wrote:
>
> Weren't those cards the only working example of assymetric
> multi-processing?. Would an SMP kernel actually drive them properly?
>
> Andrew
> ----------------------------------------------------------------------------
> --
> Big Endian Girls make the RISCen world go round
> ----- Original Message -----
> From: "Charles E Leiserson Jr" <locutus@MIT.EDU>
> To: <guillaume.laures@noos.fr>
> Cc: <linuxppc-dev@lists.linuxppc.org>; <locutus@MIT.EDU>
> Sent: Monday, June 12, 2000 2:12 PM
> Subject: Re: SMP
>
>
> >
> > You can get a working SMP kernel at
> ftp://borg.mit.edu/pub/linux/linuxppc/kerne
> > ls/multiprocessor/ with all of its support files. It's a bit old
> (2.2.12),
> > but it works.
> >
> >
> > - Ricky
> >
> >
> >
>
>
>
>
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SMP
2000-06-12 21:09 ` SMP Guillaume Laurhs
@ 2000-06-12 23:55 ` Charles E Leiserson Jr
0 siblings, 0 replies; 9+ messages in thread
From: Charles E Leiserson Jr @ 2000-06-12 23:55 UTC (permalink / raw)
To: guillaume.laures; +Cc: linuxppc-dev@lists.linuxppc.org
> Unfortunately, it doesn't work. BootX 1.2.2 shows up only one penguin, and I get
> the same /proc/cpuinfo.
> I realized that I have this oddity in dmesg :
>
> Entering SMP Mode...
> Processor 1 is stuck.
Ah, this problem. I had it too with my nPower400. I got rid of it by shutting down completely, and starting up again (into Linux). I haven't had that problem since, at least with my kernel...
- Ricky
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* SMP
@ 2003-04-02 17:31 Pekka Hellén
2003-04-03 15:59 ` SMP Randy.Dunlap
0 siblings, 1 reply; 9+ messages in thread
From: Pekka Hellén @ 2003-04-02 17:31 UTC (permalink / raw)
To: linux-smp
Hi!
I have some problems, Im using IBM PC server 330 with Adaptec Serverraid
card.. the problem is that the Redhat 7.3 does not recognize my second prosessor
?? NT4 recognizes it ok..? The prosessor is Pentium Pro 200Mhz
here is the dmesg command:
*****************************************************************************
[root@Blue teukka]# dmesg
Linux version 2.4.18-3smp (bhcompile@daffy.perf.redhat.com) (gcc version 2.96
20000731 (Red Hat Linux 7.3 2.96-110)) #1 SMP Thu Apr 18 07:27:31 EDT 2002
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000000a000000 (usable)
BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000fffe0000 - 0000000100000000 (reserved)
found SMP MP-table at 0009fa00
hm, page 0009f000 reserved twice.
hm, page 000a0000 reserved twice.
hm, page 0009f000 reserved twice.
hm, page 000a0000 reserved twice.
WARNING: MP table in the EBDA can be UNSAFE, contact linux-smp@vger.kernel.org
if you experience SMP problems!
On node 0 totalpages: 40960
zone(0): 4096 pages.
zone(1): 36864 pages.
zone(2): 0 pages.
Intel MultiProcessor Specification v1.1
Virtual Wire compatibility mode.
OEM ID: IBM-IMD: Product ID: RedHawk SMP APIC at: 0xFEE00000
Processor #1 Pentium(tm) Pro APIC version 17
I/O APIC #14 Version 17 at 0xFEC00000.
Processors: 1
Kernel command line: auto BOOT_IMAGE=linux ro root=803 BOOT_FILE=/boot/vmlinuz-
2.4.18-3smp
Initializing CPU#0
Detected 199.441 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 397.31 BogoMIPS
Memory: 157920k/163840k available (1232k kernel code, 5532k reserved, 842k
data, 304k init, 0k highmem)
Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
Inode cache hash table entries: 16384 (order: 5, 131072 bytes)
Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
Buffer cache hash table entries: 8192 (order: 3, 32768 bytes)
Page-cache hash table entries: 65536 (order: 6, 262144 bytes)
CPU: Before vendor init, caps: 0000fbff 00000000 00000000, vendor = 0
CPU: L1 I cache: 8K, L1 D cache: 8K
CPU: L2 cache: 256K
CPU: After vendor init, caps: 0000fbff 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: After generic, caps: 0000fbff 00000000 00000000 00000000
CPU: Common caps: 0000fbff 00000000 00000000 00000000
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
CPU: Before vendor init, caps: 0000fbff 00000000 00000000, vendor = 0
CPU: L1 I cache: 8K, L1 D cache: 8K
CPU: L2 cache: 256K
CPU: After vendor init, caps: 0000fbff 00000000 00000000 00000000
Intel machine check reporting enabled on CPU#0.
CPU: After generic, caps: 0000fbff 00000000 00000000 00000000
CPU: Common caps: 0000fbff 00000000 00000000 00000000
CPU0: Intel Pentium Pro stepping 09
per-CPU timeslice cutoff: 730.16 usecs.
task migration cache decay timeout: 10 msecs.
masked ExtINT on CPU#0
ESR value before enabling vector: 000000c8
ESR value after enabling vector: 00000000
Error: only one processor found.
ENABLING IO-APIC IRQs
Setting 14 in the phys_id_present_map
...changing IO-APIC physical APIC ID to 14 ... ok.
init IO_APIC IRQs
IO-APIC (apicid-pin) 14-0 not connected.
..TIMER: vector=0x31 pin1=2 pin2=0
number of MP IRQ sources: 16.
number of IO-APIC #14 registers: 16.
testing the IO APIC.......................
IO APIC #14......
.... register #00: 0E000000
....... : physical APIC id: 0E
.... register #01: 000F0011
....... : max redirection entries: 000F
....... : PRQ implemented: 0
....... : IO APIC version: 0011
.... register #02: 00000000
....... : arbitration: 00
.... IRQ redirection table:
NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:
00 000 00 1 0 0 0 0 0 0 00
01 001 01 0 0 0 0 0 1 1 39
02 001 01 0 0 0 0 0 1 1 31
03 001 01 0 0 0 0 0 1 1 41
04 001 01 0 0 0 0 0 1 1 49
05 001 01 0 0 0 0 0 1 1 51
06 001 01 0 0 0 0 0 1 1 59
07 001 01 0 0 0 0 0 1 1 61
08 001 01 0 0 0 0 0 1 1 69
09 001 01 0 0 0 0 0 1 1 71
0a 001 01 1 1 0 0 0 1 1 79
0b 001 01 1 1 0 0 0 1 1 81
0c 001 01 0 0 0 0 0 1 1 89
0d 001 01 0 0 0 0 0 1 1 91
0e 001 01 0 0 0 0 0 1 1 99
0f 001 01 1 1 0 0 0 1 1 A1
IRQ to pin mappings:
IRQ0 -> 0:2
IRQ1 -> 0:1
IRQ3 -> 0:3
IRQ4 -> 0:4
IRQ5 -> 0:5
IRQ6 -> 0:6
IRQ7 -> 0:7
IRQ8 -> 0:8
IRQ9 -> 0:9
IRQ10 -> 0:10
IRQ11 -> 0:11
IRQ12 -> 0:12
IRQ13 -> 0:13
IRQ14 -> 0:14
IRQ15 -> 0:15
.................................... done.
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 199.4336 MHz.
..... host bus clock speed is 66.4776 MHz.
cpu: 0, clocks: 664776, slice: 332388
CPU0<T0:664768,T1:332368,D:12,S:332388,C:664776>
PCI: PCI BIOS revision 2.10 entry at 0xfd68c, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
Unknown bridge resource 2: assuming transparent
Limiting direct PCI/PCI transfers.
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS not found.
Starting kswapd
VFS: Diskquotas version dquot_6.5.0 initialized
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ
SERIAL_PCI ISAPNP enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10e
block: 304 slots per queue, batch=76
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ide-floppy driver 0.99.newide
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
ide-floppy driver 0.99.newide
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
pci_hotplug: PCI Hot Plug PCI Core version: 0.4
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 1024 buckets, 8Kbytes
TCP: Hash tables configured (established 16384 bind 16384)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 267k freed
VFS: Mounted root (ext2 filesystem).
SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
ahc_pci:1:4:0: Illegal cable configuration!!. Only two connectors on the
adapter may be used at a time!
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.5
<Adaptec aic7880 Ultra SCSI adapter>
aic7880: Ultra Wide Channel A, SCSI Id=7, 16/253 SCBs
Vendor: IBM Model: CDRM00203 !K Rev: 8B08
Type: CD-ROM ANSI SCSI revision: 02
scsi1 : IBM PCI ServeRAID 4.90.18 <ServeRAID>
Vendor: IBM Model: SERVERAID Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 02
Vendor: IBM Model: SERVERAID Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 02
Vendor: IBM Model: SERVERAID Rev: 1.00
Type: Processor ANSI SCSI revision: 02
Attached scsi disk sda at scsi1, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi1, channel 0, id 1, lun 0
SCSI device sda: 8812544 512-byte hdwr sectors (4512 MB)
Partition check:
sda: sda1 sda2 sda3
SCSI device sdb: 26437632 512-byte hdwr sectors (13536 MB)
sdb: sdb1
Journalled Block Device driver loaded
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Freeing unused kernel memory: 304k freed
Adding Swap: 264024k swap-space (priority -1)
EXT3 FS 2.4-0.9.17, 10 Jan 2002 on sd(8,3), internal journal
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.17, 10 Jan 2002 on sd(8,1), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.17, 10 Jan 2002 on sd(8,17), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
parport0: PC-style at 0x3bc [PCSPP]
ip_conntrack (1280 buckets, 10240 max)
eepro100.c:v1.09j-t 9/29/99 Donald Becker
http://www.scyld.com/network/eepro100.html
eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin
<saw@saw.sw.com.sg> and others
eth0: Intel Corp. 82557 [Ethernet Pro 100], 00:D0:B7:1D:C0:0B, IRQ 15.
Board assembly 729757-005, Physical connectors present: RJ45
Primary interface chip i82555 PHY #1.
General self-test: passed.
Serial sub-system self-test: passed.
Internal registers self-test: passed.
ROM checksum self-test: passed (0x04f4518b).
*****************************************************************************
is there anything the to do to get the second processor work?
Newbie
Finland
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SMP
2003-04-02 17:31 SMP Pekka Hellén
@ 2003-04-03 15:59 ` Randy.Dunlap
2003-04-04 6:37 ` SMP Pekka Hellén
0 siblings, 1 reply; 9+ messages in thread
From: Randy.Dunlap @ 2003-04-03 15:59 UTC (permalink / raw)
To: Pekka Hellén; +Cc: linux-smp
| Hi!
On Wed, 02 Apr 2003 20:31:27 +0300 (EEST) Pekka Hellén <pekkah@latokaski.net> wrote:
|
| I have some problems, Im using IBM PC server 330 with Adaptec Serverraid
| card.. the problem is that the Redhat 7.3 does not recognize my second prosessor
| ?? NT4 recognizes it ok..? The prosessor is Pentium Pro 200Mhz
|
| *****************************************************************************
| [root@Blue teukka]# dmesg
| Linux version 2.4.18-3smp (bhcompile@daffy.perf.redhat.com) (gcc version 2.96
| 20000731 (Red Hat Linux 7.3 2.96-110)) #1 SMP Thu Apr 18 07:27:31 EDT 2002
| found SMP MP-table at 0009fa00
| hm, page 0009f000 reserved twice.
| hm, page 000a0000 reserved twice.
| hm, page 0009f000 reserved twice.
| hm, page 000a0000 reserved twice.
| WARNING: MP table in the EBDA can be UNSAFE, contact linux-smp@vger.kernel.org
| if you experience SMP problems!
| Intel MultiProcessor Specification v1.1
| Virtual Wire compatibility mode.
| OEM ID: IBM-IMD: Product ID: RedHawk SMP APIC at: 0xFEE00000
| Processor #1 Pentium(tm) Pro APIC version 17
| I/O APIC #14 Version 17 at 0xFEC00000.
| Processors: 1
| Kernel command line: auto BOOT_IMAGE=linux ro root=803 BOOT_FILE=/boot/vmlinuz-
| 2.4.18-3smp
| Initializing CPU#0
| Detected 199.441 MHz processor.
| *****************************************************************************
|
| is there anything the to do to get the second processor work?
| -
Looks like the MP table only has 1 processor listed in it.
Perhaps NT 4 knows about this BIOS/MP table as a problem and has a
workaround for it.
Anyone know if Linux has anyone MP table quirks/workarounds to force
a second processor in a case like this?
--
~Randy
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SMP
2003-04-03 15:59 ` SMP Randy.Dunlap
@ 2003-04-04 6:37 ` Pekka Hellén
0 siblings, 0 replies; 9+ messages in thread
From: Pekka Hellén @ 2003-04-04 6:37 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: Pekka Hellén, linux-smp
Lainaus "Randy.Dunlap" <rddunlap@osdl.org>:
> | Hi!
>
> On Wed, 02 Apr 2003 20:31:27 +0300 (EEST) Pekka Hellén
> <pekkah@latokaski.net> wrote:
> |
> | I have some problems, Im using IBM PC server 330 with Adaptec
> Serverraid
> | card.. the problem is that the Redhat 7.3 does not recognize my second
> prosessor
> | ?? NT4 recognizes it ok..? The prosessor is Pentium Pro 200Mhz
> |
> |
> *****************************************************************************
> | [root@Blue teukka]# dmesg
> | Linux version 2.4.18-3smp (bhcompile@daffy.perf.redhat.com) (gcc
> version 2.96
> | 20000731 (Red Hat Linux 7.3 2.96-110)) #1 SMP Thu Apr 18 07:27:31 EDT
> 2002
> | found SMP MP-table at 0009fa00
> | hm, page 0009f000 reserved twice.
> | hm, page 000a0000 reserved twice.
> | hm, page 0009f000 reserved twice.
> | hm, page 000a0000 reserved twice.
> | WARNING: MP table in the EBDA can be UNSAFE, contact
> linux-smp@vger.kernel.org
> | if you experience SMP problems!
> | Intel MultiProcessor Specification v1.1
> | Virtual Wire compatibility mode.
> | OEM ID: IBM-IMD: Product ID: RedHawk SMP APIC at: 0xFEE00000
> | Processor #1 Pentium(tm) Pro APIC version 17
> | I/O APIC #14 Version 17 at 0xFEC00000.
> | Processors: 1
> | Kernel command line: auto BOOT_IMAGE=linux ro root=803
> BOOT_FILE=/boot/vmlinuz-
> | 2.4.18-3smp
> | Initializing CPU#0
> | Detected 199.441 MHz processor.
> |
> *****************************************************************************
> |
> | is there anything the to do to get the second processor work?
> | -
>
> Looks like the MP table only has 1 processor listed in it.
> Perhaps NT 4 knows about this BIOS/MP table as a problem and has a
> workaround for it.
>
> Anyone know if Linux has anyone MP table quirks/workarounds to force
> a second processor in a case like this?
>
> --
> ~Randy
>
Hi
I did something (dont ask) :) and now even the top command says CPU0 & CPU1..??
and both of the processor lights blinks when running a program..
Also the Server RAID card rocks better than before,
so perhaps the problem was "the newbie problem" ;)
-Pekka-
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2003-04-04 6:37 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-06-12 15:54 SMP Guillaume Laurhs
2000-06-12 18:12 ` SMP Charles E Leiserson Jr
2000-06-12 19:16 ` SMP Andrew Weiss
2000-06-12 22:07 ` SMP Karl-Heinz Krempels
2000-06-12 21:09 ` SMP Guillaume Laurhs
2000-06-12 23:55 ` SMP Charles E Leiserson Jr
-- strict thread matches above, loose matches on Subject: below --
2003-04-02 17:31 SMP Pekka Hellén
2003-04-03 15:59 ` SMP Randy.Dunlap
2003-04-04 6:37 ` SMP Pekka Hellén
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.