Module Name:    src
Committed By:   isaki
Date:           Sat Jul 25 06:24:53 UTC 2015

Modified Files:
        src/sys/arch/x68k/x68k: locore.s

Log Message:
Add a comment on mnemonic that assembler cannot recognize.


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/x68k/x68k/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x68k/x68k/locore.s
diff -u src/sys/arch/x68k/x68k/locore.s:1.118 src/sys/arch/x68k/x68k/locore.s:1.119
--- src/sys/arch/x68k/x68k/locore.s:1.118	Thu Jul 31 14:41:19 2014
+++ src/sys/arch/x68k/x68k/locore.s	Sat Jul 25 06:24:53 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.s,v 1.118 2014/07/31 14:41:19 isaki Exp $	*/
+/*	$NetBSD: locore.s,v 1.119 2015/07/25 06:24:53 isaki Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -362,7 +362,7 @@ Lenab2:
 	movc	%d0,%cacr		| clear cache(s)
 	jra	Lenab3
 Ltbia040:
-	.word	0xf518
+	.word	0xf518			| pflusha
 Lenab3:
 /* final setup for C code */
 	movl	%d7,_C_LABEL(boothowto)	| save reboot flags

Reply via email to