Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90974
b: refs/heads/master
c: 1a7a34a
h: refs/heads/master
v: v3
  • Loading branch information
Jacek Luczak authored and Ingo Molnar committed Apr 19, 2008
1 parent d577fcf commit 532f6a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 120d5bf128906c790df810e159d2e1239d08fef1
refs/heads/master: 1a7a34af78923f8807d054a15133a8fcf47e385e
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/e820_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ void __init early_res_to_bootmem(void)
}

/* Check for already reserved areas */
static inline int
static inline int __init
bad_addr(unsigned long *addrp, unsigned long size, unsigned long align)
{
int i;
Expand All @@ -116,7 +116,7 @@ bad_addr(unsigned long *addrp, unsigned long size, unsigned long align)
}

/* Check for already reserved areas */
static inline int
static inline int __init
bad_addr_size(unsigned long *addrp, unsigned long *sizep, unsigned long align)
{
int i;
Expand Down

0 comments on commit 532f6a3

Please sign in to comment.