mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
PowerPC also uses 4k pages.
svn path=/trunk/; revision=14401
This commit is contained in:
parent
0699457c1d
commit
8a147bd7bb
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@
|
||||||
#define __MEM_H
|
#define __MEM_H
|
||||||
|
|
||||||
|
|
||||||
#ifdef __i386__
|
#if defined(__i386__) || defined(_PPC_)
|
||||||
|
|
||||||
#define MM_PAGE_SIZE 4096
|
#define MM_PAGE_SIZE 4096
|
||||||
|
|
||||||
#endif // defined __i386__
|
#endif // defined __i386__ or _PPC_
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue