Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205505
b: refs/heads/master
c: 6238b47
h: refs/heads/master
i:
  205503: 90e8af1
v: v3
  • Loading branch information
H. Peter Anvin committed Aug 3, 2010
1 parent 59cf5ba commit 88d5530
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 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: 8fee13a48e4879fba57725f6d9513df4bfa8e9f3
refs/heads/master: 6238b47b58480cd9c092600c05338dbe261b71ce
3 changes: 1 addition & 2 deletions trunk/arch/x86/boot/boot.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include "bitops.h"
#include <asm/cpufeature.h>
#include <asm/processor-flags.h>
#include "ctype.h"

/* Useful macros */
#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
Expand Down Expand Up @@ -200,8 +201,6 @@ static inline int memcmp_gs(const void *s1, addr_t s2, size_t len)
return diff;
}

#include "isdigit.h"

/* Heap -- available for dynamic lists. */
extern char _end[];
extern char *HEAP;
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86/boot/compressed/misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <asm/bootparam.h>

#define BOOT_BOOT_H
#include "../ctype.h"

/* misc.c */
extern struct boot_params *real_mode; /* Pointer to real-mode data */
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/x86/boot/compressed/string.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#include "misc.h"

#include "../isdigit.h"
#include "../string.c"
File renamed without changes.

0 comments on commit 88d5530

Please sign in to comment.