Added newly required functions arch_cpu_init_post_modules() and
arch_cpu_user_TLB_invalidate(). Empty at the moment; will have a look at that later. The PPC kernel builds again, now. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15685 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -32,6 +32,12 @@ arch_cpu_init_post_vm(kernel_args *args)
|
|||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
status_t
|
||||||
|
arch_cpu_init_post_modules(kernel_args *args)
|
||||||
|
{
|
||||||
|
return B_OK;
|
||||||
|
}
|
||||||
|
|
||||||
#define CACHELINE 32
|
#define CACHELINE 32
|
||||||
|
|
||||||
void
|
void
|
||||||
@@ -111,6 +117,13 @@ arch_cpu_global_TLB_invalidate(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void
|
||||||
|
arch_cpu_user_TLB_invalidate(void)
|
||||||
|
{
|
||||||
|
// TODO: Implement!
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// ToDo: doesn't belong here!
|
// ToDo: doesn't belong here!
|
||||||
#if 0
|
#if 0
|
||||||
long long
|
long long
|
||||||
|
|||||||
Reference in New Issue
Block a user