mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:37:12 +00:00
Whoops got some WIP code in here.
svn path=/trunk/; revision=31627
This commit is contained in:
parent
b093ef0584
commit
f139636237
1 changed files with 1 additions and 5 deletions
|
@ -320,7 +320,7 @@ ppc_map_t *allocpage()
|
|||
{
|
||||
MmuFreePage *FreePage = 0;
|
||||
|
||||
while(NextPage < PPC_PAGE_NUMBER(RamSize) && ) {
|
||||
if(NextPage < PPC_PAGE_NUMBER(RamSize)) {
|
||||
return &PpcPageTable[NextPage++];
|
||||
} else {
|
||||
FreePage = FreeList;
|
||||
|
@ -571,10 +571,6 @@ void mmugetpage(ppc_map_info_t *info, int count)
|
|||
}
|
||||
}
|
||||
|
||||
int mmupagefree(paddr_t page)
|
||||
{
|
||||
}
|
||||
|
||||
void mmusetvsid(int start, int end, int vsid)
|
||||
{
|
||||
int i, sr, s_vsid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue