diff options
author | Jaswinder Singh <jaswinder@infradead.org> | 2008-07-25 04:18:38 -0400 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-12-17 07:32:38 -0500 |
commit | c80ce2d52b1d11ccb29eddb3fc1345cd49ccfc5a (patch) | |
tree | cc0348e871a72bcab8128a85ee1d3a2e3b5966a4 /arch/avr32/mm | |
parent | 1bda71282ded6a2e09a2db7c8884542fb46bfd4f (diff) |
avr32: Introducing asm/syscalls.h
Declaring arch-dependent syscalls for avr32 architecture
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/mm')
-rw-r--r-- | arch/avr32/mm/cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/avr32/mm/cache.c b/arch/avr32/mm/cache.c index 15a4e5e142c1..24a74d1ca7d9 100644 --- a/arch/avr32/mm/cache.c +++ b/arch/avr32/mm/cache.c | |||
@@ -13,6 +13,7 @@ | |||
13 | #include <asm/cachectl.h> | 13 | #include <asm/cachectl.h> |
14 | #include <asm/processor.h> | 14 | #include <asm/processor.h> |
15 | #include <asm/uaccess.h> | 15 | #include <asm/uaccess.h> |
16 | #include <asm/syscalls.h> | ||
16 | 17 | ||
17 | /* | 18 | /* |
18 | * If you attempt to flush anything more than this, you need superuser | 19 | * If you attempt to flush anything more than this, you need superuser |