Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360682
b: refs/heads/master
c: 44c2451
h: refs/heads/master
v: v3
  • Loading branch information
James Hogan committed Mar 2, 2013
1 parent 7fb644d commit 8303ac4
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 9da3ee9aa8a9c9fcf94188d4c0ae280afbeb63c1
refs/heads/master: 44c2451080ab3896688c852253814f5eabb2ecce
2 changes: 0 additions & 2 deletions trunk/arch/metag/kernel/metag_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@

EXPORT_SYMBOL(clear_page);
EXPORT_SYMBOL(copy_page);
EXPORT_SYMBOL(empty_zero_page);

EXPORT_SYMBOL(pfn_base);
#ifdef CONFIG_FLATMEM
/* needed for the pfn_valid macro */
EXPORT_SYMBOL(max_pfn);
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/metag/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*
*/

#include <linux/export.h>
#include <linux/mm.h>
#include <linux/swap.h>
#include <linux/init.h>
Expand All @@ -25,10 +26,12 @@
#include <asm/fixmap.h>

unsigned long pfn_base;
EXPORT_SYMBOL(pfn_base);

pgd_t swapper_pg_dir[PTRS_PER_PGD] __page_aligned_data;

unsigned long empty_zero_page;
EXPORT_SYMBOL(empty_zero_page);

extern char __user_gateway_start;
extern char __user_gateway_end;
Expand Down

0 comments on commit 8303ac4

Please sign in to comment.