diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2013-08-13 14:00:04 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2013-09-03 14:52:22 -0400 |
commit | 4c63de8df0b8c43374959fb6fdfdb08f6ac41f34 (patch) | |
tree | 87e13d44fb826ef535b1e7a5e7fd6897862a5e41 /arch | |
parent | 5e7705df28720c424c11bdedf0d568177351c55a (diff) |
tile: use asm-generic version of <asm/local64.h>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/tile/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/include/asm/Kbuild b/arch/tile/include/asm/Kbuild index 4c0b3c24c397..c5737f125cc7 100644 --- a/arch/tile/include/asm/Kbuild +++ b/arch/tile/include/asm/Kbuild | |||
@@ -16,6 +16,7 @@ generic-y += ioctls.h | |||
16 | generic-y += ipcbuf.h | 16 | generic-y += ipcbuf.h |
17 | generic-y += irq_regs.h | 17 | generic-y += irq_regs.h |
18 | generic-y += local.h | 18 | generic-y += local.h |
19 | generic-y += local64.h | ||
19 | generic-y += msgbuf.h | 20 | generic-y += msgbuf.h |
20 | generic-y += mutex.h | 21 | generic-y += mutex.h |
21 | generic-y += param.h | 22 | generic-y += param.h |