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
This commit is contained in:
François Revol 2008-06-11 01:16:48 +00:00
parent 34380ac48c
commit 9f0d1cf39d
2 changed files with 0 additions and 4 deletions

View File

@ -10,8 +10,6 @@
#include <kernel.h>
#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

View File

@ -10,8 +10,6 @@
#include <kernel.h>
#define PAGE_SIZE 4096
struct iframe {
uint32 vector;
uint32 srr0;