9
0
Fork 0

move ppc assembler templates to include/asm-ppc

This commit is contained in:
Sascha Hauer 2007-09-22 16:07:51 +02:00
parent 12ca3c72ba
commit 05dec7d3bd
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#include <ppc_asm.tmpl>
#include <asm/ppc_asm.tmpl>
#include <asm-generic/errno.h>
.globl __ashldi3

View File

@ -8,7 +8,7 @@
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
#include <ppc_asm.tmpl>
#include <asm/ppc_asm.tmpl>
#include <asm-generic/errno.h>
.globl strcpy

View File

@ -23,8 +23,8 @@
* MA 02111-1307 USA
*/
#include <ppc_asm.tmpl>
#include <ppc_defs.h>
#include <asm/ppc_asm.tmpl>
#include <asm/ppc_defs.h>
#include <config.h>
#include <watchdog.h>

View File

@ -27,8 +27,8 @@
*/
#include <config.h>
#include <ppc_asm.tmpl>
#include <ppc_defs.h>
#include <asm/ppc_asm.tmpl>
#include <asm/ppc_defs.h>
#include <asm/cache.h>
#include <asm/mmu.h>