]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
MIPS: Netlogic: Split reset code out of smpboot.S
authorJayachandran C <jchandra@broadcom.com>
Mon, 10 Jun 2013 06:41:01 +0000 (06:41 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 13 Jun 2013 15:46:42 +0000 (17:46 +0200)
commit9584c55a5cc0db82329dd1142ca570e2d64ea491
treeb9af527437e603e644b78ec39117df3e4e46794f
parentaceee09d4f09dd7a6be48d04d329c140a5caaaf7
MIPS: Netlogic: Split reset code out of smpboot.S

The reset and core initialization code should be available for
uniprocessor as well. This changes is just to take out the code
into a different file, without any change to the logic.

The change for  uniprocessor initialization code is in a later patch.

Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5423/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/netlogic/common.h
arch/mips/netlogic/common/Makefile
arch/mips/netlogic/common/reset.S [new file with mode: 0644]
arch/mips/netlogic/common/smpboot.S
arch/mips/netlogic/xlp/wakeup.c