Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108739
b: refs/heads/master
c: 1b72691
h: refs/heads/master
i:
  108737: e65078d
  108735: 11399d1
v: v3
  • Loading branch information
Andi Kleen authored and Ingo Molnar committed Aug 18, 2008
1 parent 3150176 commit 918c9ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: f71066624d5d91bf179a1ea25da0800b72e20c60
refs/heads/master: 1b72691ce35812ff865d778f303779e774d2b098
2 changes: 2 additions & 0 deletions trunk/arch/x86/boot/boot.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
/* Useful macros */
#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))

#define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x)))

extern struct setup_header hdr;
extern struct boot_params boot_params;

Expand Down
1 change: 0 additions & 1 deletion trunk/arch/x86/boot/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*/

#include "boot.h"
#include <linux/kernel.h>

#define SMAP 0x534d4150 /* ASCII "SMAP" */

Expand Down

0 comments on commit 918c9ee

Please sign in to comment.