* FYI (2.4.4) on a HP Netserver LD Pro
@ 2001-08-09 10:31 Ulrich Windl
2001-08-09 19:52 ` Andrew Morton
0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Windl @ 2001-08-09 10:31 UTC (permalink / raw)
To: linux-kernel
Hello,
I have some odd boot messages (new since switching from kernel 2.2 to
2.4) for the HP Netserver LD Pro (Pentium Pro 200MHz). I'd like to know
if there is a hardware or configuration problem, or whether it's "just
normal" (the "reserved twice").
Messages:
<4>Linux version 2.4.4-4GB (root@Pentium.suse.de) (gcc version 2.95.3
20010315 \
(SuSE)) #1 Wed May 16 00:37:55 GMT 2001
<6>BIOS-provided physical RAM map:
<4> BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
<4> BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
<4> BIOS-e820: 00000000000f1cb4 - 0000000000100000 (reserved)
<4> BIOS-e820: 0000000000100000 - 0000000004000000 (usable)
<4> BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
<4> BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
<4> BIOS-e820: 00000000ffff1cb4 - 0000000100000000 (reserved)
<4>Scan SMP from c0000000 for 1024 bytes.
<4>Scan SMP from c009fc00 for 1024 bytes.
<4>Scan SMP from c00f0000 for 65536 bytes.
<4>found SMP MP-table at 000fd8d0
<4>hm, page 000fd000 reserved twice.
<4>hm, page 000fe000 reserved twice.
<4>hm, page 0009e000 reserved twice.
<4>hm, page 0009f000 reserved twice.
<4>On node 0 totalpages: 16384
<4>zone(0): 4096 pages.
<4>zone(1): 12288 pages.
<4>zone(2): 0 pages.
<4>Intel MultiProcessor Specification v1.1
<4> Virtual Wire compatibility mode.
<4>OEM ID: HP Product ID: LH Pro APIC at: 0xFEE00000
<4>Processor #0 Pentium(tm) Pro APIC version 17
<4> Floating point unit present.
<4> Machine Exception supported.
<4> 64 bit compare & exchange supported.
<4> Internal APIC present.
<4> SEP present.
<4> MTRR present.
<4> PGE present.
<4> MCA present.
<4> CMOV present.
<4> Bootup CPU
<4>Bus #0 is PCI
<4>Bus #1 is PCI
<4>Bus #2 is EISA
<4>I/O APIC #1 Version 17 at 0xFEC00000.
<4>Int: type 3, pol 1, trig 1, bus 2, IRQ 00, APIC ID 1, APIC INT 00
...
<4>Int: type 0, pol 0, trig 0, bus 2, IRQ 0f, APIC ID 1, APIC INT 0f
<4>Lint: type 3, pol 1, trig 1, bus 2, IRQ 00, APIC ID ff, APIC LINT 00
<4>Lint: type 1, pol 1, trig 1, bus 0, IRQ 00, APIC ID ff, APIC LINT 01
<4>Processors: 1
<4>mapped APIC to ffffe000 (fee00000)
<4>mapped IOAPIC to ffffd000 (fec00000)
Regards,
Ulrich
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: FYI (2.4.4) on a HP Netserver LD Pro
2001-08-09 10:31 FYI (2.4.4) on a HP Netserver LD Pro Ulrich Windl
@ 2001-08-09 19:52 ` Andrew Morton
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2001-08-09 19:52 UTC (permalink / raw)
To: Ulrich Windl; +Cc: linux-kernel
Ulrich Windl wrote:
>
> Hello,
>
> I have some odd boot messages (new since switching from kernel 2.2 to
> 2.4) for the HP Netserver LD Pro (Pentium Pro 200MHz). I'd like to know
> if there is a hardware or configuration problem, or whether it's "just
> normal" (the "reserved twice").
>
> Messages:
> <4>Linux version 2.4.4-4GB (root@Pentium.suse.de) (gcc version 2.95.3
> 20010315 \
> (SuSE)) #1 Wed May 16 00:37:55 GMT 2001
> <6>BIOS-provided physical RAM map:
> <4> BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
> <4> BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
> <4> BIOS-e820: 00000000000f1cb4 - 0000000000100000 (reserved)
> <4> BIOS-e820: 0000000000100000 - 0000000004000000 (usable)
> <4> BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
> <4> BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
> <4> BIOS-e820: 00000000ffff1cb4 - 0000000100000000 (reserved)
> <4>Scan SMP from c0000000 for 1024 bytes.
> <4>Scan SMP from c009fc00 for 1024 bytes.
> <4>Scan SMP from c00f0000 for 65536 bytes.
> <4>found SMP MP-table at 000fd8d0
> <4>hm, page 000fd000 reserved twice.
> <4>hm, page 000fe000 reserved twice.
> <4>hm, page 0009e000 reserved twice.
> <4>hm, page 0009f000 reserved twice.
It's "just normal". The MP-table parsing code reserves space
for the MP table and then parses the table. But the table
also reserves its own space.
-
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-08-09 19:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-09 10:31 FYI (2.4.4) on a HP Netserver LD Pro Ulrich Windl
2001-08-09 19:52 ` Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox