Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32905
b: refs/heads/master
c: 7b1df19
h: refs/heads/master
i:
  32903: 1799801
v: v3
  • Loading branch information
George G. Davis authored and Russell King committed Jul 29, 2006
1 parent 7de05ca commit e77b367
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a6a38a66224c7c578cfed2f584b440c81af0c3ae
refs/heads/master: 7b1df1985c7a4e6d5fcab0ed71a2cd1d4ad3be41
8 changes: 8 additions & 0 deletions trunk/arch/arm/mm/proc-syms.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <asm/cacheflush.h>
#include <asm/proc-fns.h>
#include <asm/tlbflush.h>
#include <asm/page.h>

#ifndef MULTI_CPU
EXPORT_SYMBOL(cpu_dcache_clean_area);
Expand All @@ -30,6 +31,13 @@ EXPORT_SYMBOL(__cpuc_coherent_kern_range);
EXPORT_SYMBOL(cpu_cache);
#endif

#ifndef MULTI_USER
EXPORT_SYMBOL(__cpu_clear_user_page);
EXPORT_SYMBOL(__cpu_copy_user_page);
#else
EXPORT_SYMBOL(cpu_user);
#endif

/*
* No module should need to touch the TLB (and currently
* no modules do. We export this for "loadkernel" support
Expand Down

0 comments on commit e77b367

Please sign in to comment.