All of lore.kernel.org
 help / color / mirror / Atom feed
* HIGHMEM
@ 2004-12-07  1:07 ` Hdei Nunoe
  0 siblings, 0 replies; 30+ messages in thread
From: Hdei Nunoe @ 2004-12-07  1:07 UTC (permalink / raw)
  To: linux-mips

Hi there,

Has anyone succeeded the HIGHMEM with discontiguous physical memory?
I am using kernel 2.4.18 on TX4937 with two chunks of 256Mbyte memory.
There is 256Mbyte gap in between the physical memory blocks - lower 
memory is 0x00000000 to 0x10000000, upper memory is 0x20000000 to
0x30000000.  System hungs when it create INIT process.

Cheers,
-hdei

^ permalink raw reply	[flat|nested] 30+ messages in thread
* HIGHMEM
@ 2004-02-13 12:20 Nagy Tibor
  2004-02-13 13:12 ` HIGHMEM Sean Neakums
  2004-02-13 13:36 ` HIGHMEM Matt Domsch
  0 siblings, 2 replies; 30+ messages in thread
From: Nagy Tibor @ 2004-02-13 12:20 UTC (permalink / raw)
  To: xela, mochel, bmoyle, orc; +Cc: linux-kernel

Hi,

I am sorry, I have found your e-mail address in 
./arch/i386/kernel/setup.c. I have the problem below since a year, and 
there is no solution yet. I guess, the problem is about e820. The 
problem exists in 2.4.x and also in 2.6.1.

We have two Dell Poweredge servers, an older one (PowerEdge 6300) and a
newer one (PowerEdge 6400). Both servers have 4GB RAM, but the Linux
kernel uses about 500MB less memory in the newer machine.

----------------------- 2.4.20 ---------------------------------

See /var/log/boot.msg on the old one:

<4>Linux version 2.4.20 (root@dell632) (gcc version 2.95.3 20010315
(SuSE)) #4 SMP Fri Jan 10 12:07:00 CET 2003
<6>BIOS-provided physical RAM map:
<4> BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
<4> BIOS-e820: 0000000000100000 - 00000000fbffe000 (usable)
<4> BIOS-e820: 00000000fbffe000 - 00000000fc000000 (reserved)
<4> BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
<4> BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
<4> BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
<5>3135MB HIGHMEM available.
<5>896MB LOWMEM available.

and on the new one:

<4>Linux version 2.4.20 (root@alfa) (gcc version 2.95.3 20010315 (SuSE))
#10 SMP Fri Mar 28 15:40:45 CET 2003
<6>BIOS-provided physical RAM map:
<4> BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
<4> BIOS-e820: 0000000000100000 - 00000000dfff0000 (usable)
<4> BIOS-e820: 00000000dfff0000 - 00000000dfffec00 (ACPI data)
<4> BIOS-e820: 00000000dfffec00 - 00000000dffff000 (reserved)
<4> BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
<4> BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
<4> BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
<5>2687MB HIGHMEM available.
<5>896MB LOWMEM available.

There is a big hole between 00000000dffff000 and 00000000fec00000, which
is not used on the new machine. What can I do?

------------------------------ 2.6.1 ------------------------------
I do not see in boot.msg such a detailed memory map, but the next line 
in boot.msg indicates, that the situation is the same:

<6>Memory: 3627908k/3669952k available (2918k kernel code, 40908k 
reserved, 1049k data, 180k init, 2752448k highmem)

--------------------------------------------------------------------

ACPI can not be disabled in BIOS. If ACPI is disbled in the kernel, the 
memory mapping remains the same, but CPU hyperthreading does not work also.


Thanks for your help.

Tibor


------------------------------------------------------------------------
Tibor Nagy
E-mail: nagyt@otpbank.hu
------------------------------------------------------------------------




^ permalink raw reply	[flat|nested] 30+ messages in thread
* HIGHMEM
@ 2003-04-15 14:39 Nagy Tibor
  2003-04-15 15:14 ` HIGHMEM William Lee Irwin III
  2003-04-15 16:03 ` HIGHMEM Samuel Flory
  0 siblings, 2 replies; 30+ messages in thread
From: Nagy Tibor @ 2003-04-15 14:39 UTC (permalink / raw)
  To: linux-kernel

Hi,

We have two Dell Poweredge servers, an older one (PowerEdge 6300) and a 
newer one (PowerEdge 6400). Both servers have 4GB RAM, but the Linux 
kernel uses about 500MB less memory in the newer machine.

See /var/log/boot.msg on the old one:

<4>Linux version 2.4.20 (root@dell632) (gcc version 2.95.3 20010315
(SuSE)) #4 SMP Fri Jan 10 12:07:00 CET 2003
<6>BIOS-provided physical RAM map:
<4> BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
<4> BIOS-e820: 0000000000100000 - 00000000fbffe000 (usable)
<4> BIOS-e820: 00000000fbffe000 - 00000000fc000000 (reserved)
<4> BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
<4> BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
<4> BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
<5>3135MB HIGHMEM available.
<5>896MB LOWMEM available.

and on the new one:

<4>Linux version 2.4.20 (root@alfa) (gcc version 2.95.3 20010315 (SuSE))
#10 SMP Fri Mar 28 15:40:45 CET 2003
<6>BIOS-provided physical RAM map:
<4> BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
<4> BIOS-e820: 0000000000100000 - 00000000dfff0000 (usable)
<4> BIOS-e820: 00000000dfff0000 - 00000000dfffec00 (ACPI data)
<4> BIOS-e820: 00000000dfffec00 - 00000000dffff000 (reserved)
<4> BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
<4> BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
<4> BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
<5>2687MB HIGHMEM available.
<5>896MB LOWMEM available.


There is a big hole between 00000000dffff000 and 00000000fec00000, which
is not used on the new machine. What can I do?

Thanks for your help.

Tibor


------------------------------------------------------------------------
Tibor Nagy
E-mail: nagyt@otpbank.hu
------------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2005-01-11 13:51 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <003801c4dc45$f9212690$2203a8c0@qfree.com>
2004-12-07 10:29 ` HIGHMEM Jon Anders Haugum
2004-12-15 14:18   ` HIGHMEM Ralf Baechle
2004-12-07  1:07 HIGHMEM Hdei Nunoe
2004-12-07  1:07 ` HIGHMEM Hdei Nunoe
2004-12-07  9:17 ` HIGHMEM Jan-Benedict Glaw
2004-12-07  9:56   ` HIGHMEM Hdei Nunoe
2004-12-07  9:56     ` HIGHMEM Hdei Nunoe
2004-12-07 10:02     ` HIGHMEM Jan-Benedict Glaw
2004-12-07  9:58 ` HIGHMEM Ralf Baechle
2004-12-13  4:34   ` HIGHMEM Atsushi Nemoto
2004-12-15 14:16     ` HIGHMEM Ralf Baechle
2004-12-21 14:33       ` HIGHMEM Atsushi Nemoto
2004-12-14  4:26   ` HIGHMEM Hdei Nunoe
2004-12-14  4:26     ` HIGHMEM Hdei Nunoe
2004-12-15 14:15     ` HIGHMEM Ralf Baechle
2005-01-11  2:33       ` HIGHMEM Hdei Nunoe
2005-01-11  2:33         ` HIGHMEM Hdei Nunoe
2005-01-11 10:34         ` HIGHMEM Ralf Baechle
2005-01-11 10:38           ` HIGHMEM Geert Uytterhoeven
2005-01-11 13:51             ` HIGHMEM Ralf Baechle
  -- strict thread matches above, loose matches on Subject: below --
2004-02-13 12:20 HIGHMEM Nagy Tibor
2004-02-13 13:12 ` HIGHMEM Sean Neakums
2004-02-13 16:05   ` HIGHMEM Martin J. Bligh
2004-02-13 22:09     ` HIGHMEM Matt Domsch
2004-02-13 22:18       ` HIGHMEM Martin J. Bligh
2004-02-13 17:08   ` HIGHMEM david parsons
2004-02-13 13:36 ` HIGHMEM Matt Domsch
2003-04-15 14:39 HIGHMEM Nagy Tibor
2003-04-15 15:14 ` HIGHMEM William Lee Irwin III
2003-04-15 16:03 ` HIGHMEM Samuel Flory

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.