Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74709
b: refs/heads/master
c: 62f0f61
h: refs/heads/master
i:
  74707: 42a583b
v: v3
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Dec 7, 2007
1 parent d12ba63 commit a9d4fa8
Show file tree
Hide file tree
Showing 81 changed files with 2,893 additions and 3,788 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: fa2dd441df28b9fdfc68f84ae66f1b507cfff0e4
refs/heads/master: 62f0f61e6673e67151a7c8c0f9a09c7ea43fe2b5
65 changes: 37 additions & 28 deletions trunk/arch/avr32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
mainmenu "Linux Kernel Configuration"

config AVR32
def_bool y
bool
default y
# With EMBEDDED=n, we get lots of stuff automatically selected
# that we usually don't need on AVR32.
select EMBEDDED
Expand All @@ -19,49 +20,51 @@ config AVR32
http://avr32linux.org/.

config GENERIC_GPIO
def_bool y
bool
default y

config GENERIC_HARDIRQS
def_bool y

config STACKTRACE_SUPPORT
def_bool y

config LOCKDEP_SUPPORT
def_bool y

config TRACE_IRQFLAGS_SUPPORT
def_bool y
bool
default y

config HARDIRQS_SW_RESEND
def_bool y
bool
default y

config GENERIC_IRQ_PROBE
def_bool y
bool
default y

config RWSEM_GENERIC_SPINLOCK
def_bool y
bool
default y

config GENERIC_TIME
def_bool y
bool
default y

config RWSEM_XCHGADD_ALGORITHM
def_bool n
bool

config ARCH_HAS_ILOG2_U32
def_bool n
bool
default n

config ARCH_HAS_ILOG2_U64
def_bool n
bool
default n

config GENERIC_HWEIGHT
def_bool y
bool
default y

config GENERIC_CALIBRATE_DELAY
def_bool y
bool
default y

config GENERIC_BUG
def_bool y
bool
default y
depends on BUG

source "init/Kconfig"
Expand Down Expand Up @@ -136,22 +139,28 @@ config PHYS_OFFSET
source "kernel/Kconfig.preempt"

config HAVE_ARCH_BOOTMEM_NODE
def_bool n
bool
default n

config ARCH_HAVE_MEMORY_PRESENT
def_bool n
bool
default n

config NEED_NODE_MEMMAP_SIZE
def_bool n
bool
default n

config ARCH_FLATMEM_ENABLE
def_bool y
bool
default y

config ARCH_DISCONTIGMEM_ENABLE
def_bool n
bool
default n

config ARCH_SPARSEMEM_ENABLE
def_bool n
bool
default n

source "mm/Kconfig"

Expand Down
1 change: 0 additions & 1 deletion trunk/arch/avr32/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ obj-y += signal.o sys_avr32.o process.o time.o
obj-y += init_task.o switch_to.o cpu.o
obj-$(CONFIG_MODULES) += module.o avr32_ksyms.o
obj-$(CONFIG_KPROBES) += kprobes.o
obj-$(CONFIG_STACKTRACE) += stacktrace.o
2 changes: 0 additions & 2 deletions trunk/arch/avr32/kernel/asm-offsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@ void foo(void)
OFFSET(TI_flags, thread_info, flags);
OFFSET(TI_cpu, thread_info, cpu);
OFFSET(TI_preempt_count, thread_info, preempt_count);
OFFSET(TI_rar_saved, thread_info, rar_saved);
OFFSET(TI_rsr_saved, thread_info, rsr_saved);
OFFSET(TI_restart_block, thread_info, restart_block);
}
Loading

0 comments on commit a9d4fa8

Please sign in to comment.