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:
@@ -10,8 +10,6 @@
|
|||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
|
|
||||||
|
|
||||||
#define PAGE_SIZE 4096
|
|
||||||
|
|
||||||
/* 68k has many different possible stack frames, differentiated by a 4 bit number,
|
/* 68k has many different possible stack frames, differentiated by a 4 bit number,
|
||||||
* but they also depend on the cpu type.
|
* but they also depend on the cpu type.
|
||||||
* cf. mint/sys/arch/check_exc.h
|
* cf. mint/sys/arch/check_exc.h
|
||||||
|
|||||||
@@ -10,8 +10,6 @@
|
|||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
|
|
||||||
|
|
||||||
#define PAGE_SIZE 4096
|
|
||||||
|
|
||||||
struct iframe {
|
struct iframe {
|
||||||
uint32 vector;
|
uint32 vector;
|
||||||
uint32 srr0;
|
uint32 srr0;
|
||||||
|
|||||||
Reference in New Issue
Block a user