Staging
v0.8.1
https://github.com/torvalds/linux
Revision 22c841c9a465a6b29a6140fcc5dae9fdb3c8674d authored by Paul Mackerras on 11 November 2005, 11:34:43 UTC, committed by Paul Mackerras on 11 November 2005, 11:34:43 UTC
32-bit SMP powermacs weren't booting with ARCH=powerpc because the
boot cpu wasn't saving away the state of various control registers,
but the secondary CPUs were loading them from the uninitialized
state.  This adds the necessary save-state call.

Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent a7f290d
Raw File
Tip revision: 22c841c9a465a6b29a6140fcc5dae9fdb3c8674d authored by Paul Mackerras on 11 November 2005, 11:34:43 UTC
powerpc: Initialize secondary CPU setup for 32-bit SMP
Tip revision: 22c841c
Makefile
#
# Makefile for the Linux VLAN layer.
#

obj-$(CONFIG_VLAN_8021Q) += 8021q.o

8021q-objs := vlan.o vlan_dev.o

ifeq ($(CONFIG_PROC_FS),y)
8021q-objs += vlanproc.o
endif

back to top