Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302811
b: refs/heads/master
c: edd813b
h: refs/heads/master
i:
  302809: ee3b1a1
  302807: bca952d
v: v3
  • Loading branch information
Thomas Gleixner committed May 5, 2012
1 parent 0b7f397 commit 44affd0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 41 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: b0ce50aa89edd82aaadc57e8c774f714ede6101d
refs/heads/master: edd813bb35227f19e9d7f808165c0c4e95e03149
1 change: 1 addition & 0 deletions trunk/arch/s390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ config S390
select ARCH_INLINE_WRITE_UNLOCK_IRQ
select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE
select GENERIC_SMP_IDLE_THREAD
select HAVE_GENERIC_INIT_TASK

config SCHED_OMIT_FRAME_POINTER
def_bool y
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/s390/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ OBJCOPYFLAGS := -O binary

head-y := arch/s390/kernel/head.o
head-y += arch/s390/kernel/$(if $(CONFIG_64BIT),head64.o,head31.o)
head-y += arch/s390/kernel/init_task.o

# See arch/s390/Kbuild for content of core part of the kernel
core-y += arch/s390/
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ obj-y := bitmap.o traps.o time.o process.o base.o early.o setup.o vtime.o \
obj-y += $(if $(CONFIG_64BIT),entry64.o,entry.o)
obj-y += $(if $(CONFIG_64BIT),reipl64.o,reipl.o)

extra-y += head.o init_task.o vmlinux.lds
extra-y += head.o vmlinux.lds
extra-y += $(if $(CONFIG_64BIT),head64.o,head31.o)

obj-$(CONFIG_MODULES) += s390_ksyms.o module.o
Expand Down
38 changes: 0 additions & 38 deletions trunk/arch/s390/kernel/init_task.c

This file was deleted.

0 comments on commit 44affd0

Please sign in to comment.