Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8301
b: refs/heads/master
c: 0013a85
h: refs/heads/master
i:
  8299: 9b8f392
v: v3
  • Loading branch information
Sam Ravnborg committed Sep 9, 2005
1 parent e8ff616 commit 969c206
Show file tree
Hide file tree
Showing 64 changed files with 63 additions and 113 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 47003497dd819b10874a2291e54df7dc5cf8be57
refs/heads/master: 0013a85454c281faaf064ccb576e373a2881aac8
9 changes: 0 additions & 9 deletions trunk/arch/m68k/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,5 @@ else
bzip2 -1c vmlinux >vmlinux.bz2
endif

prepare: include/asm-$(ARCH)/offsets.h
CLEAN_FILES += include/asm-$(ARCH)/offsets.h

arch/$(ARCH)/kernel/asm-offsets.s: include/asm include/linux/version.h \
include/config/MARKER

include/asm-$(ARCH)/offsets.h: arch/$(ARCH)/kernel/asm-offsets.s
$(call filechk,gen-asm-offsets)

archclean:
rm -f vmlinux.gz vmlinux.bz2
2 changes: 1 addition & 1 deletion trunk/arch/m68k/fpsp040/skeleton.S
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

#include <linux/linkage.h>
#include <asm/entry.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>

|SKELETON idnt 2,1 | Motorola 040 Floating Point Software Package

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m68k/ifpsp060/iskeleton.S
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include <linux/linkage.h>
#include <asm/entry.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>


|################################
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m68k/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include <asm/traps.h>
#include <asm/unistd.h>

#include <asm/offsets.h>
#include <asm/asm-offsets.h>

.globl system_call, buserr, trap
.globl resume, ret_from_exception
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m68k/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
#include <asm/entry.h>
#include <asm/pgtable.h>
#include <asm/page.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>

#ifdef CONFIG_MAC

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m68k/math-emu/fp_emu.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define _FP_EMU_H

#ifdef __ASSEMBLY__
#include <asm/offsets.h>
#include <asm/asm-offsets.h>
#endif
#include <asm/math-emu.h>

Expand Down
10 changes: 1 addition & 9 deletions trunk/arch/parisc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,7 @@ kernel_install: vmlinux

install: kernel_install modules_install

prepare: include/asm-parisc/offsets.h

arch/parisc/kernel/asm-offsets.s: include/asm include/linux/version.h \
include/config/MARKER

include/asm-parisc/offsets.h: arch/parisc/kernel/asm-offsets.s
$(call filechk,gen-asm-offsets)

CLEAN_FILES += lifimage include/asm-parisc/offsets.h
CLEAN_FILES += lifimage
MRPROPER_FILES += palo.conf

define archhelp
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/parisc/hpux/gate.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

#include <asm/assembly.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>
#include <asm/unistd.h>
#include <asm/errno.h>

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/parisc/hpux/wrappers.S
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#warning PA64 support needs more work...did first cut
#endif

#include <asm/offsets.h>
#include <asm/asm-offsets.h>
#include <asm/assembly.h>
#include <asm/signal.h>

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/parisc/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

#include <linux/config.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>

/* we have the following possibilities to act on an interruption:
* - handle in assembly and use shadowed registers only
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/parisc/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include <linux/autoconf.h> /* for CONFIG_SMP */

#include <asm/offsets.h>
#include <asm/asm-offsets.h>
#include <asm/psw.h>
#include <asm/pdc.h>

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/parisc/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include <linux/kallsyms.h>

#include <asm/io.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>
#include <asm/pdc.h>
#include <asm/pdc_chassis.h>
#include <asm/pgalloc.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/parisc/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <asm/pgtable.h>
#include <asm/system.h>
#include <asm/processor.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>

/* PSW bits we allow the debugger to modify */
#define USER_PSW_BITS (PSW_N | PSW_V | PSW_CB)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/parisc/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <asm/uaccess.h>
#include <asm/pgalloc.h>
#include <asm/cacheflush.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>

#ifdef CONFIG_COMPAT
#include <linux/compat.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/parisc/kernel/syscall.S
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* sorry about the wall, puffin..
*/

#include <asm/offsets.h>
#include <asm/asm-offsets.h>
#include <asm/unistd.h>
#include <asm/errno.h>
#include <asm/psw.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/parisc/lib/fixup.S
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Fixup routines for kernel exception handling.
*/
#include <linux/config.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>
#include <asm/assembly.h>
#include <asm/errno.h>

Expand Down
12 changes: 2 additions & 10 deletions trunk/arch/ppc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,7 @@ archclean:
$(Q)$(MAKE) $(clean)=arch/ppc/boot
$(Q)rm -rf include3

prepare: include/asm-$(ARCH)/offsets.h checkbin

arch/$(ARCH)/kernel/asm-offsets.s: include/asm include/linux/version.h \
include/config/MARKER

include/asm-$(ARCH)/offsets.h: arch/$(ARCH)/kernel/asm-offsets.s
$(call filechk,gen-asm-offsets)
prepare: checkbin

# Temporary hack until we have migrated to asm-powerpc
include/asm: include3/asm
Expand Down Expand Up @@ -143,7 +137,5 @@ checkbin:
false ; \
fi

CLEAN_FILES += include/asm-$(ARCH)/offsets.h \
arch/$(ARCH)/kernel/asm-offsets.s \
$(TOUT)
CLEAN_FILES += $(TOUT)

2 changes: 1 addition & 1 deletion trunk/arch/ppc/kernel/cpu_setup_6xx.S
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <asm/ppc_asm.h>
#include <asm/cputable.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>
#include <asm/cache.h>

_GLOBAL(__setup_cpu_601)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/kernel/cpu_setup_power4.S
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <asm/ppc_asm.h>
#include <asm/cputable.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>
#include <asm/cache.h>

_GLOBAL(__970_cpu_preinit)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <asm/cputable.h>
#include <asm/thread_info.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>
#include <asm/unistd.h>

#undef SHOW_SYSCALLS
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/kernel/fpu.S
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <asm/cache.h>
#include <asm/thread_info.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>

/*
* This task wants to use the FPU now.
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <asm/cache.h>
#include <asm/thread_info.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>

#ifdef CONFIG_APUS
#include <asm/amigappc.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/kernel/head_44x.S
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <asm/cputable.h>
#include <asm/thread_info.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>
#include "head_booke.h"


Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/kernel/head_4xx.S
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <asm/cputable.h>
#include <asm/thread_info.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>

/* As with the other PowerPC ports, it is expected that when code
* execution begins here, the following registers contain valid, yet
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/kernel/head_8xx.S
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <asm/cputable.h>
#include <asm/thread_info.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>

/* Macro to make the code more readable. */
#ifdef CONFIG_8xx_CPU6
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/kernel/head_fsl_booke.S
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include <asm/cputable.h>
#include <asm/thread_info.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>
#include "head_booke.h"

/* As with the other PowerPC ports, it is expected that when code
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/kernel/idle_6xx.S
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <asm/cputable.h>
#include <asm/thread_info.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>

#undef DEBUG

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/kernel/idle_power4.S
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <asm/cputable.h>
#include <asm/thread_info.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>

#undef DEBUG

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/kernel/misc.S
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <asm/mmu.h>
#include <asm/ppc_asm.h>
#include <asm/thread_info.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>

.text

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/kernel/swsusp.S
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <asm/cputable.h>
#include <asm/thread_info.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>


/*
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/mm/hashtable.S
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <asm/cputable.h>
#include <asm/ppc_asm.h>
#include <asm/thread_info.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>

#ifdef CONFIG_SMP
.comm mmu_hash_lock,4
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/platforms/pmac_sleep.S
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <asm/cputable.h>
#include <asm/cache.h>
#include <asm/thread_info.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>

#define MAGIC 0x4c617273 /* 'Lars' */

Expand Down
9 changes: 0 additions & 9 deletions trunk/arch/ppc64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,6 @@ archclean:
$(Q)$(MAKE) $(clean)=$(boot)
$(Q)rm -rf include3

prepare: include/asm-ppc64/offsets.h

arch/ppc64/kernel/asm-offsets.s: include/asm include/linux/version.h \
include/config/MARKER

include/asm-ppc64/offsets.h: arch/ppc64/kernel/asm-offsets.s
$(call filechk,gen-asm-offsets)

# Temporary hack until we have migrated to asm-powerpc
include/asm: include3/asm
Expand All @@ -136,5 +129,3 @@ define archhelp
echo ' sourced from arch/$(ARCH)/boot/ramdisk.image.gz'
echo ' (arch/$(ARCH)/boot/zImage.initrd)'
endef

CLEAN_FILES += include/asm-ppc64/offsets.h
2 changes: 1 addition & 1 deletion trunk/arch/ppc64/kernel/cpu_setup_power4.S
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <asm/ppc_asm.h>
#include <asm/cputable.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>
#include <asm/cache.h>

_GLOBAL(__970_cpu_preinit)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc64/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <asm/mmu.h>
#include <asm/thread_info.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>
#include <asm/cputable.h>

#ifdef CONFIG_PPC_ISERIES
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc64/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <asm/mmu.h>
#include <asm/systemcfg.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>
#include <asm/bug.h>
#include <asm/cputable.h>
#include <asm/setup.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc64/kernel/idle_power4.S
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <asm/cputable.h>
#include <asm/thread_info.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>

#undef DEBUG

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc64/kernel/misc.S
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <asm/page.h>
#include <asm/cache.h>
#include <asm/ppc_asm.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>
#include <asm/cputable.h>

.text
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc64/kernel/vdso32/cacheflush.S
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <asm/processor.h>
#include <asm/ppc_asm.h>
#include <asm/vdso.h>
#include <asm/offsets.h>
#include <asm/asm-offsets.h>

.text

Expand Down
Loading

0 comments on commit 969c206

Please sign in to comment.