diff options
Diffstat (limited to 'arch/x86/machine/param.h')
-rw-r--r-- | arch/x86/machine/param.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/x86/machine/param.h b/arch/x86/machine/param.h index f8fe2c47..f9abaa40 100644 --- a/arch/x86/machine/param.h +++ b/arch/x86/machine/param.h @@ -25,17 +25,6 @@ #include <kern/macros.h> /* - * Code/data alignment. - */ -#define TEXT_ALIGN 16 - -#ifdef __LP64__ -#define DATA_ALIGN 8 -#else /* __LP64__ */ -#define DATA_ALIGN 4 -#endif /* __LP64__ */ - -/* * System timer frequency. * * The selected value of 200 translates to a period of 5ms, small enough to |