Skip to content

Commit

Permalink
Blackfin arch: SMP supporting patchset: BF561 related code
Browse files Browse the repository at this point in the history
Blackfin dual core BF561 processor can support SMP like features.
https://docs.blackfin.uclinux.org/doku.php?id=linux-kernel:smp-like

In this patch, we provide SMP extend to BF561 kernel code

Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Graf Yang authored and Bryan Wu committed Jan 7, 2009
1 parent 2de73e7 commit c51b448
Show file tree
Hide file tree
Showing 9 changed files with 1,459 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/blackfin/mach-bf561/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ source "arch/blackfin/mach-bf561/boards/Kconfig"

menu "BF561 Specific Configuration"

comment "Core B Support"
if (!SMP)

menu "Core B Support"
comment "Core B Support"

config BF561_COREB
bool "Enable Core B support"
Expand All @@ -25,7 +25,7 @@ config BF561_COREB_RESET
0 is set, and will reset PC to 0xff600000 when
COREB_SRAM_INIT is cleared.

endmenu
endif

comment "Interrupt Priority Assignment"

Expand Down
1 change: 1 addition & 0 deletions arch/blackfin/mach-bf561/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ extra-y := head.o
obj-y := ints-priority.o dma.o

obj-$(CONFIG_BF561_COREB) += coreb.o
obj-$(CONFIG_SMP) += smp.o secondary.o atomic.o
Loading

0 comments on commit c51b448

Please sign in to comment.