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:
parent
31cfffdff4
commit
21796ee568
@ -32,6 +32,12 @@ arch_cpu_init_post_vm(kernel_args *args)
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
status_t
|
||||
arch_cpu_init_post_modules(kernel_args *args)
|
||||
{
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
#define CACHELINE 32
|
||||
|
||||
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!
|
||||
#if 0
|
||||
long long
|
||||
|
Loading…
x
Reference in New Issue
Block a user