Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302802
b: refs/heads/master
c: e336e05
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed May 5, 2012
1 parent 8ccbca7 commit 1c36715
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 58 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: a3b3aa3d9d5d482ac68477c69fc08cadbc43e074
refs/heads/master: e336e05bca1909faf6d7c033702a71bdb5c79d18
1 change: 1 addition & 0 deletions trunk/arch/hexagon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ config HEXAGON
select NO_IOPORT
select GENERIC_IOMAP
select GENERIC_SMP_IDLE_THREAD
select HAVE_GENERIC_INIT_TASK
# mostly generic routines, with some accelerated ones
---help---
Qualcomm Hexagon is a processor architecture designed for high
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/hexagon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ KBUILD_AFLAGS += -DTHREADINFO_REG=$(TIR_NAME)
LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
libs-y += $(LIBGCC)

head-y := arch/hexagon/kernel/head.o \
arch/hexagon/kernel/init_task.o
head-y := arch/hexagon/kernel/head.o

core-y += arch/hexagon/kernel/ \
arch/hexagon/mm/ \
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/hexagon/kernel/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
extra-y := head.o vmlinux.lds init_task.o
extra-y := head.o vmlinux.lds

obj-$(CONFIG_SMP) += smp.o topology.o

Expand Down
54 changes: 0 additions & 54 deletions trunk/arch/hexagon/kernel/init_task.c

This file was deleted.

0 comments on commit 1c36715

Please sign in to comment.