Skip to content

Commit

Permalink
x86: Remove obsolete comment in uapi/e820.h
Browse files Browse the repository at this point in the history
A comment introduced by this old commit:

  028b785 ("x86 boot: extend some internal memory map arrays to handle larger EFI input")

had to do with some nested preprocessor directives.  The
directives were split into separate files by this commit:

  af170c5 ("UAPI: (Scripted) Disintegrate arch/x86/include/asm")

The comment explaining their interaction was retained and is now
present in arch/x86/include/uapi/asm/e820.h.  This comment is no
longer correct, so delete it.

Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Link: http://lkml.kernel.org/r/1400521824-21040-1-git-send-email-ross.zwisler@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
  • Loading branch information
Ross Zwisler authored and Ingo Molnar committed Aug 21, 2014
1 parent 98a96f2 commit 448466b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/x86/include/uapi/asm/e820.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
* this size.
*/

/*
* Odd: 'make headers_check' complains about numa.h if I try
* to collapse the next two #ifdef lines to a single line:
* #if defined(__KERNEL__) && defined(CONFIG_EFI)
*/
#ifndef __KERNEL__
#define E820_X_MAX E820MAX
#endif
Expand Down

0 comments on commit 448466b

Please sign in to comment.