From 21796ee5683717a13f19bd6aa635bfc68d9b83a1 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 27 Dec 2005 21:19:44 +0000 Subject: [PATCH] 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 --- src/system/kernel/arch/ppc/arch_cpu.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/system/kernel/arch/ppc/arch_cpu.c b/src/system/kernel/arch/ppc/arch_cpu.c index 1fa430f27b..0037a9d3c3 100644 --- a/src/system/kernel/arch/ppc/arch_cpu.c +++ b/src/system/kernel/arch/ppc/arch_cpu.c @@ -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