diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-11-06 16:46:55 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-11-09 16:35:33 -0500 |
commit | 1e82ca830c3ad2fd057b4c4fc5243b0622526473 (patch) | |
tree | facb2c86e48525b28619f3050a635184b6ecbddf /include/asm.h | |
parent | f8585fe1fc6f0830f900dad7c8ccc40e17f79644 (diff) |
refactor: remove all architecture-dependent code from include/
Move the architecture-dependent code to the arch/ subtree.
Diffstat (limited to 'include/asm.h')
-rw-r--r-- | include/asm.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/asm.h b/include/asm.h deleted file mode 100644 index bc15fae..0000000 --- a/include/asm.h +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | /* liblitmus platform dependent includes */ | ||
2 | |||
3 | #ifndef ASM_H | ||
4 | #define ASM_H | ||
5 | |||
6 | #if defined(__i386__) || defined(__x86_64__) | ||
7 | #include "asm_x86.h" | ||
8 | #endif | ||
9 | |||
10 | |||
11 | #ifdef __sparc__ | ||
12 | #include "asm_sparc.h" | ||
13 | #endif | ||
14 | |||
15 | #endif | ||