From a442699e34c327687f0f6d0a4fc859bdcf5a6ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 1 Jun 2013 19:32:43 +0200 Subject: [PATCH] PPC: Use asm_defs.h instead of hardcoded defines --- src/system/kernel/arch/ppc/arch_exceptions.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/system/kernel/arch/ppc/arch_exceptions.S b/src/system/kernel/arch/ppc/arch_exceptions.S index b20198d257..85e532dd1e 100644 --- a/src/system/kernel/arch/ppc/arch_exceptions.S +++ b/src/system/kernel/arch/ppc/arch_exceptions.S @@ -5,8 +5,7 @@ * Copyright 2003, Travis Geiselbrecht. All rights reserved. * Distributed under the terms of the NewOS License. */ -#define FUNCTION(x) .global x; .type x,@function; x -#define LOCAL_FUNCTION(x) .type x,@function; x +#include /* General exception handling concept: