]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Move definition of SMP processor id register to header file
authorJayachandran C <jchandra@broadcom.com>
Sun, 11 Aug 2013 11:40:16 +0000 (17:10 +0530)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 29 Oct 2013 20:23:51 +0000 (21:23 +0100)
commite0e56a00f5bc67260e65cb0b8f1973927e06d493
tree93ee8cab72fba818cf298ecac79c2221e6d86078
parentde2247b70fc6b0ada89f0a3a5da481cae41eeef2
MIPS: Move definition of SMP processor id register to header file

The definition of the CP0 register used to save the smp processor
id is repicated in many files, move them all to thread_info.h.

Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5708/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mmu_context.h
arch/mips/include/asm/stackframe.h
arch/mips/include/asm/thread_info.h
arch/mips/mm/tlbex.c