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:
parent
34380ac48c
commit
9f0d1cf39d
@ -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
|
||||
|
@ -10,8 +10,6 @@
|
||||
#include <kernel.h>
|
||||
|
||||
|
||||
#define PAGE_SIZE 4096
|
||||
|
||||
struct iframe {
|
||||
uint32 vector;
|
||||
uint32 srr0;
|
||||
|
Loading…
Reference in New Issue
Block a user