Skip to content

Commit

Permalink
avr32: move NODES_SHIFT into Kconfig and delete numnodes.h
Browse files Browse the repository at this point in the history
This patch moves the NODES_SHIFT symbol into Kconfig to synchronize AVR32
architecture with the current kernel. The global header files do longer use the
value from numnodes.h.

See commit c80d79d for details.

Signed-off-by: Paul Bolle <[email protected]>
Signed-off-by: Hans-Christian Egtvedt <[email protected]>
  • Loading branch information
egtvedt committed May 13, 2013
1 parent 1db7722 commit d6ffe1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 5 additions & 0 deletions arch/avr32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@ config ARCH_DISCONTIGMEM_ENABLE
config ARCH_SPARSEMEM_ENABLE
def_bool n

config NODES_SHIFT
int
default "2"
depends on NEED_MULTIPLE_NODES

source "mm/Kconfig"

config OWNERSHIP_TRACE
Expand Down
7 changes: 0 additions & 7 deletions arch/avr32/include/asm/numnodes.h

This file was deleted.

0 comments on commit d6ffe1b

Please sign in to comment.