Skip to content

Commit

Permalink
x86 setup: add note to use edd=off on EDD probing hangs
Browse files Browse the repository at this point in the history
Tell the user to specify edd=off in the case of EDD probing hangs.
Per LKML discussion.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
H. Peter Anvin authored and Ingo Molnar committed Jan 30, 2008
1 parent 70d8abf commit b710763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/boot/edd.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ void query_edd(void)
*/

if (!be_quiet)
printf("Probing EDD... ");
printf("Probing EDD (edd=off to disable)... ");

for (devno = 0x80; devno < 0x80+EDD_MBR_SIG_MAX; devno++) {
/*
Expand Down

0 comments on commit b710763

Please sign in to comment.