From 9f0d1cf39d1fa826483d34822b48d2ebd8fac20b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Wed, 11 Jun 2008 01:16:48 +0000 Subject: [PATCH] Remove PAGE_SIZE define for ppc and m68k from kernel private headers. It's not needed there and should be in public header anyway. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25921 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/arch/m68k/arch_cpu.h | 2 -- headers/private/kernel/arch/ppc/arch_cpu.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/headers/private/kernel/arch/m68k/arch_cpu.h b/headers/private/kernel/arch/m68k/arch_cpu.h index 1fa572f20a..0145d8ca35 100644 --- a/headers/private/kernel/arch/m68k/arch_cpu.h +++ b/headers/private/kernel/arch/m68k/arch_cpu.h @@ -10,8 +10,6 @@ #include -#define PAGE_SIZE 4096 - /* 68k has many different possible stack frames, differentiated by a 4 bit number, * but they also depend on the cpu type. * cf. mint/sys/arch/check_exc.h diff --git a/headers/private/kernel/arch/ppc/arch_cpu.h b/headers/private/kernel/arch/ppc/arch_cpu.h index 755beb3539..b0183cd819 100644 --- a/headers/private/kernel/arch/ppc/arch_cpu.h +++ b/headers/private/kernel/arch/ppc/arch_cpu.h @@ -10,8 +10,6 @@ #include -#define PAGE_SIZE 4096 - struct iframe { uint32 vector; uint32 srr0;