SWARM64_SMP revision 217653
1212634Sneel#
2212634Sneel# $FreeBSD: head/sys/mips/conf/SWARM64_SMP 217653 2011-01-20 19:17:05Z imp $
3212634Sneel#
4212634Sneel
5216475Sgonzoinclude		"std.SWARM"
6212634Sneel
7212634Sneelident		SWARM64_SMP
8212634Sneel
9212634Sneeloptions		SMP
10212634Sneeloptions		PRINTF_BUFR_SIZE=128
11212634Sneel
12215270Simpmachine		mips mips64eb
13212634Sneelmakeoptions	ARCH_FLAGS="-mabi=64 -march=mips64"
14217653Simpmakeoptions	LDSCRIPT_NAME=ldscript.mips.cfe
15212634Sneelmakeoptions	KERNLOADADDR=0xffffffff80001000
16212634Sneel
17212634Sneel#
18212634Sneel# XXX restrict memory to maximum 4GB because page table entries in pmap
19212634Sneel# are still 32 bits wide
20212634Sneel
21212634Sneel#
22212634Sneel# MAXMEM is specified in units of KB
23212634Sneel#
24212634Sneeloptions		MAXMEM=0x400000
25