* Russ Anderson wrote:
> Booting with 32 TBytes memory hits BUG at mm/page_alloc.c:552! (output below).
>
> The key hint is "page 4294967296 outside zone".
> 4294967296 = 0x1 (bit 32 is set).
>
> The problem is in include/linux/mmzone.h:
>
> 530 static inline unsigned zone_end_pfn(con
Adding Andrew
On Mon 18-03-13 10:37:05, Russ Anderson wrote:
> Booting with 32 TBytes memory hits BUG at mm/page_alloc.c:552! (output below).
>
> The key hint is "page 4294967296 outside zone".
> 4294967296 = 0x1 (bit 32 is set).
>
> The problem is in include/linux/mmzone.h:
>
> 530 sta
Booting with 32 TBytes memory hits BUG at mm/page_alloc.c:552! (output below).
The key hint is "page 4294967296 outside zone".
4294967296 = 0x1 (bit 32 is set).
The problem is in include/linux/mmzone.h:
530 static inline unsigned zone_end_pfn(const struct zone *zone)
531 {
532 re
3 matches
Mail list logo