Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8303
b: refs/heads/master
c: e2d5df9
h: refs/heads/master
i:
  8301: 969c206
  8299: 9b8f392
  8295: b4d0a87
  8287: f868759
v: v3
  • Loading branch information
Sam Ravnborg committed Sep 9, 2005
1 parent cc42fe5 commit 45ce103
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 35 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: e6ae744dd2eae8e00af328b11b1fe77cb0931136
refs/heads/master: e2d5df935d8a82cb7a2c50726628fa928aa89b9b
11 changes: 0 additions & 11 deletions trunk/arch/alpha/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,20 +108,9 @@ $(boot)/vmlinux.gz: vmlinux
bootimage bootpfile bootpzfile: vmlinux
$(Q)$(MAKE) $(build)=$(boot) $(boot)/$@


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

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

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

archclean:
$(Q)$(MAKE) $(clean)=$(boot)

CLEAN_FILES += include/asm-$(ARCH)/asm_offsets.h

define archhelp
echo '* boot - Compressed kernel image (arch/alpha/boot/vmlinux.gz)'
echo ' bootimage - SRM bootable image (arch/alpha/boot/bootimage)'
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/alpha/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

#include <linux/config.h>
#include <asm/asm_offsets.h>
#include <asm/asm-offsets.h>
#include <asm/thread_info.h>
#include <asm/pal.h>
#include <asm/errno.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/alpha/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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

.globl swapper_pg_dir
.globl _stext
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/alpha/lib/dbg_stackcheck.S
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Verify that we have not overflowed the stack. Oops if we have.
*/

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

.text
.set noat
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/alpha/lib/dbg_stackkill.S
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* uninitialized local variables in the act.
*/

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

.text
.set noat
Expand Down
10 changes: 0 additions & 10 deletions trunk/arch/x86_64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,6 @@ install fdimage fdimage144 fdimage288: vmlinux
archclean:
$(Q)$(MAKE) $(clean)=$(boot)

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

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

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

CLEAN_FILES += include/asm-$(ARCH)/offset.h

define archhelp
echo '* bzImage - Compressed kernel image (arch/$(ARCH)/boot/bzImage)'
echo ' install - Install kernel using'
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/ia32/ia32entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <asm/dwarf2.h>
#include <asm/calling.h>
#include <asm/offset.h>
#include <asm/asm-offsets.h>
#include <asm/current.h>
#include <asm/errno.h>
#include <asm/ia32_unistd.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/ia32/vsyscall-syscall.S
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

#include <asm/ia32_unistd.h>
#include <asm/offset.h>
#include <asm/asm-offsets.h>
#include <asm/segment.h>

.text
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/ia32/vsyscall-sysenter.S
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

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

.text
.section .text.vsyscall,"ax"
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <asm/errno.h>
#include <asm/dwarf2.h>
#include <asm/calling.h>
#include <asm/offset.h>
#include <asm/asm-offsets.h>
#include <asm/msr.h>
#include <asm/unistd.h>
#include <asm/thread_info.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/suspend_asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <linux/linkage.h>
#include <asm/segment.h>
#include <asm/page.h>
#include <asm/offset.h>
#include <asm/asm-offsets.h>

ENTRY(swsusp_arch_suspend)

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/lib/copy_user.S
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define FIX_ALIGNMENT 1

#include <asm/current.h>
#include <asm/offset.h>
#include <asm/asm-offsets.h>
#include <asm/thread_info.h>
#include <asm/cpufeature.h>

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/lib/getuser.S
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <linux/linkage.h>
#include <asm/page.h>
#include <asm/errno.h>
#include <asm/offset.h>
#include <asm/asm-offsets.h>
#include <asm/thread_info.h>

.text
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/lib/putuser.S
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <linux/linkage.h>
#include <asm/page.h>
#include <asm/errno.h>
#include <asm/offset.h>
#include <asm/asm-offsets.h>
#include <asm/thread_info.h>

.text
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-x86_64/current.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ static inline struct task_struct *get_current(void)
#else

#ifndef ASM_OFFSET_H
#include <asm/offset.h>
#include <asm/asm-offsets.h>
#endif

#define GET_CURRENT(reg) movq %gs:(pda_pcurrent),reg
Expand Down

0 comments on commit 45ce103

Please sign in to comment.