Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302797
b: refs/heads/master
c: 6e3e844
h: refs/heads/master
i:
  302795: 56274c8
v: v3
  • Loading branch information
Thomas Gleixner committed May 5, 2012
1 parent 8367f6f commit f370773
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 36 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: 29b2501bd8bb55822dcdd0b1ad82fe44d44eaa73
refs/heads/master: 6e3e84499a84cd37fd72f1d920aa8ac7f3502cd4
1 change: 1 addition & 0 deletions trunk/arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ config BLACKFIN
select IRQ_PER_CPU if SMP
select HAVE_NMI_WATCHDOG if NMI_WATCHDOG
select GENERIC_SMP_IDLE_THREAD
select HAVE_GENERIC_INIT_TASK

config GENERIC_CSUM
def_bool y
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/blackfin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ KBUILD_AFLAGS += -mcpu=$(CPU_REV)
CHECKFLAGS_SILICON = $(shell echo "" | $(CPP) $(KBUILD_CFLAGS) -dD - 2>/dev/null | awk '$$2 == "__SILICON_REVISION__" { print $$3 }')
CHECKFLAGS += -D__SILICON_REVISION__=$(CHECKFLAGS_SILICON) -D__bfin__

head-y := arch/$(ARCH)/kernel/init_task.o

core-y += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/ arch/$(ARCH)/mach-common/

# If we have a machine-specific directory, then include it in the build.
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# arch/blackfin/kernel/Makefile
#

extra-y := init_task.o vmlinux.lds
extra-y := vmlinux.lds

obj-y := \
entry.o process.o bfin_ksyms.o ptrace.o setup.o signal.o \
Expand Down
32 changes: 0 additions & 32 deletions trunk/arch/blackfin/kernel/init_task.c

This file was deleted.

0 comments on commit f370773

Please sign in to comment.