From c2d416e259a2e289547d0c39c055ab4a95632687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 10 Sep 2004 14:18:46 +0000 Subject: [PATCH] Partially covered by arch_config.h and support/ByteOrder.h now/already. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8900 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/arch/x86/arch_cpu.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/headers/private/kernel/arch/x86/arch_cpu.h b/headers/private/kernel/arch/x86/arch_cpu.h index c313f662c6..652a95a796 100644 --- a/headers/private/kernel/arch/x86/arch_cpu.h +++ b/headers/private/kernel/arch/x86/arch_cpu.h @@ -11,11 +11,6 @@ #define PAGE_SIZE 4096 -#define _BIG_ENDIAN 0 -#define _LITTLE_ENDIAN 1 - -#define FUNCTION_CALL_PARAMETER_ALIGNMENT_TYPE uint32 - struct tss { uint16 prev_task; uint16 unused0;