svn commit: r337761 - head/sys/arm/arm

Andrew Turner andrew at FreeBSD.org
Tue Aug 14 15:48:14 UTC 2018


Author: andrew
Date: Tue Aug 14 15:48:13 2018
New Revision: 337761
URL: https://svnweb.freebsd.org/changeset/base/337761

Log:
  Remove an old comment now the code it references has been removed.

Modified:
  head/sys/arm/arm/cpufunc_asm.S

Modified: head/sys/arm/arm/cpufunc_asm.S
==============================================================================
--- head/sys/arm/arm/cpufunc_asm.S	Tue Aug 14 15:42:27 2018	(r337760)
+++ head/sys/arm/arm/cpufunc_asm.S	Tue Aug 14 15:48:13 2018	(r337761)
@@ -53,19 +53,8 @@ ENTRY(cpufunc_nullop)
 END(cpufunc_nullop)
 
 /*
- * Generic functions to read the internal coprocessor registers
- *
- * Currently these registers are :
- *  c0 - CPU ID
- *  c5 - Fault status
- *  c6 - Fault address
- *
- */
-
-/*
  * Generic functions to write the internal coprocessor registers
  *
-
  * Currently these registers are
  *  c1 - CPU Control
  *  c3 - Domain Access Control


More information about the svn-src-all mailing list