Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70787
b: refs/heads/master
c: 4fd4509
h: refs/heads/master
i:
  70785: cce7e46
  70783: 8431834
v: v3
  • Loading branch information
Bernhard Walle authored and Linus Torvalds committed Oct 17, 2007
1 parent 1d35d8e commit 929ea95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f00b51654ec919620aec911b4c3fa4ef3952bb6d
refs/heads/master: 4fd45090d6aed83e3978689d8dc98ce16b9689dd
12 changes: 7 additions & 5 deletions trunk/Documentation/kdump/kdump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,13 @@ For ppc64:
Notes on loading the dump-capture kernel:

* By default, the ELF headers are stored in ELF64 format to support
systems with more than 4GB memory. The --elf32-core-headers option can
be used to force the generation of ELF32 headers. This is necessary
because GDB currently cannot open vmcore files with ELF64 headers on
32-bit systems. ELF32 headers can be used on non-PAE systems (that is,
less than 4GB of memory).
systems with more than 4GB memory. On i386, kexec automatically checks if
the physical RAM size exceeds the 4 GB limit and if not, uses ELF32.
So, on non-PAE systems, ELF32 is always used.

The --elf32-core-headers option can be used to force the generation of ELF32
headers. This is necessary because GDB currently cannot open vmcore files
with ELF64 headers on 32-bit systems.

* The "irqpoll" boot parameter reduces driver initialization failures
due to shared interrupts in the dump-capture kernel.
Expand Down

0 comments on commit 929ea95

Please sign in to comment.