diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2002-11-02 23:53:33 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-11-02 23:53:33 -0800 |
| commit | e625073bc06d9d66566a8ea7f0818a9689739de5 (patch) | |
| tree | fd5c9db4a8285a6b1e778da16a9a1da843cda22c /include | |
| parent | 2b49b1eba889d1b7a517970899d42f3dddd7db8c (diff) | |
[PATCH] M68k asm/percpu.h
Add asm/percpu.h for m68k
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-m68k/percpu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-m68k/percpu.h b/include/asm-m68k/percpu.h new file mode 100644 index 000000000000..0859d048faf5 --- /dev/null +++ b/include/asm-m68k/percpu.h @@ -0,0 +1,6 @@ +#ifndef __ASM_M68K_PERCPU_H +#define __ASM_M68K_PERCPU_H + +#include <asm-generic/percpu.h> + +#endif /* __ASM_M68K_PERCPU_H */ |
