SWARM64_SMP revision 216475
1193323Sed#
2193323Sed# $FreeBSD: head/sys/mips/conf/SWARM64_SMP 216475 2010-12-16 05:13:41Z gonzo $
3193323Sed#
4193323Sed
5193323Sedinclude		"std.SWARM"
6193323Sed
7193323Sedident		SWARM64_SMP
8193323Sed
9193323Sedoptions		SMP
10193323Sedoptions		PRINTF_BUFR_SIZE=128
11193323Sed
12193323Sedmachine		mips mips64eb
13193323Sedmakeoptions	ARCH_FLAGS="-mabi=64 -march=mips64"
14193323Sedmakeoptions	LDSCRIPT_NAME=ldscript.mips.64.cfe
15218893Sdimmakeoptions	KERNLOADADDR=0xffffffff80001000
16193323Sed
17226633Sdim#
18288943Sdim# XXX restrict memory to maximum 4GB because page table entries in pmap
19193323Sed# are still 32 bits wide
20193323Sed
21193323Sed#
22249423Sdim# MAXMEM is specified in units of KB
23193323Sed#
24193323Sedoptions		MAXMEM=0x400000
25249423Sdim