Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125415
b: refs/heads/master
c: a9067d5
h: refs/heads/master
i:
  125413: d0dddee
  125411: 855622d
  125407: d003c0b
v: v3
  • Loading branch information
Ingo Brueckl authored and Ingo Molnar committed Jan 2, 2009
1 parent 4362b8e commit 2b4efa2
Show file tree
Hide file tree
Showing 2 changed files with 7 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: c64d8996bd758cedc2ddc04b86ca66fa1d8599cf
refs/heads/master: a9067d537615d534dcef06c0d819472e43a0d152
8 changes: 6 additions & 2 deletions trunk/arch/x86/mm/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,12 @@ static void __init set_highmem_pages_init(void)
#endif /* !CONFIG_NUMA */

#else
# define permanent_kmaps_init(pgd_base) do { } while (0)
# define set_highmem_pages_init() do { } while (0)
static inline void permanent_kmaps_init(pgd_t *pgd_base)
{
}
static inline void set_highmem_pages_init(void)
{
}
#endif /* CONFIG_HIGHMEM */

void __init native_pagetable_setup_start(pgd_t *base)
Expand Down

0 comments on commit 2b4efa2

Please sign in to comment.