PERFORCE change 133362 for review
Warner Losh
imp at FreeBSD.org
Tue Jan 15 14:57:50 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=133362
Change 133362 by imp at imp_lighthouse on 2008/01/15 22:57:10
Integrate changes 133359 and 133360 from mips2 branch
Affected files ...
.. //depot/projects/mips2-jnpr/src/sys/mips/mips/busdma_machdep.c#2 integrate
.. //depot/projects/mips2-jnpr/src/sys/mips/mips/locore.S#10 integrate
Differences ...
==== //depot/projects/mips2-jnpr/src/sys/mips/mips/busdma_machdep.c#2 (text+ko) ====
@@ -25,6 +25,8 @@
*
*/
+#define NO_DMA
+
/*-
* Copyright (c) 1997, 1998, 2001 The NetBSD Foundation, Inc.
* All rights reserved.
==== //depot/projects/mips2-jnpr/src/sys/mips/mips/locore.S#10 (text+ko) ====
@@ -196,8 +196,8 @@
/* Call the platform-specific startup code. */
jal platform_start
sw zero, START_FRAME - 8(sp) # Zero out old fp for debugger
- nop
+ /* Is this necessary here? -- xxximp */
la sp, _C_LABEL(thread0)
lw a0, TD_PCB(sp)
subu sp, a0, START_FRAME
More information about the p4-projects
mailing list