Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53993
b: refs/heads/master
c: 0567a0c
h: refs/heads/master
i:
  53991: 969a7ec
v: v3
  • Loading branch information
Kevin Hilman authored and Russell King committed Apr 21, 2007
1 parent 741bb1e commit 56f8d00
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 1,988 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: 93afa75230f5969d559386e52819f54bb1182327
refs/heads/master: 0567a0c022d5b343370a343121f38fd89925de55
8 changes: 8 additions & 0 deletions trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ config GENERIC_TIME
bool
default n

config GENERIC_CLOCKEVENTS
bool
default n

config MMU
bool
default y
Expand Down Expand Up @@ -513,6 +517,8 @@ endmenu

menu "Kernel Features"

source "kernel/time/Kconfig"

config SMP
bool "Symmetric Multi-Processing (EXPERIMENTAL)"
depends on EXPERIMENTAL && REALVIEW_MPCORE
Expand Down Expand Up @@ -572,6 +578,7 @@ config PREEMPT

config NO_IDLE_HZ
bool "Dynamic tick timer"
depends on !GENERIC_CLOCKEVENTS
help
Select this option if you want to disable continuous timer ticks
and have them programmed to occur as required. This option saves
Expand Down Expand Up @@ -669,6 +676,7 @@ config LEDS_TIMER
bool "Timer LED" if (!ARCH_CDB89712 && !ARCH_OMAP) || \
MACH_OMAP_H2 || MACH_OMAP_PERSEUS2
depends on LEDS
depends on !GENERIC_CLOCKEVENTS
default y if ARCH_EBSA110
help
If you say Y here, one of the system LEDs (the green one on the
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/arm/boot/compressed/head-at91rm9200.S
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@
cmp r7, r3
beq 99f

@ picotux 200 : 963
mov r3, #(MACH_TYPE_PICOTUX2XX & 0xff)
orr r3, r3, #(MACH_TYPE_PICOTUX2XX & 0xff00)
cmp r7, r3
beq 99f

@ Ajeco 1ARM : 1075
mov r3, #(MACH_TYPE_ONEARM & 0xff)
orr r3, r3, #(MACH_TYPE_ONEARM & 0xff00)
Expand Down
Loading

0 comments on commit 56f8d00

Please sign in to comment.