Module Name: src Committed By: skrll Date: Tue Jul 29 07:01:02 UTC 2014
Modified Files: src/sys/arch/arm/arm: cpufunc_asm_arm11.S Log Message: Remove very old and incorrect comment. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/arm/cpufunc_asm_arm11.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/arm/arm/cpufunc_asm_arm11.S diff -u src/sys/arch/arm/arm/cpufunc_asm_arm11.S:1.12 src/sys/arch/arm/arm/cpufunc_asm_arm11.S:1.13 --- src/sys/arch/arm/arm/cpufunc_asm_arm11.S:1.12 Sun Mar 30 01:15:03 2014 +++ src/sys/arch/arm/arm/cpufunc_asm_arm11.S Tue Jul 29 07:01:02 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: cpufunc_asm_arm11.S,v 1.12 2014/03/30 01:15:03 matt Exp $ */ +/* $NetBSD: cpufunc_asm_arm11.S,v 1.13 2014/07/29 07:01:02 skrll Exp $ */ /* * Copyright (c) 2002, 2005 ARM Limited @@ -29,9 +29,6 @@ * SUCH DAMAGE. * * ARM11 assembly functions for CPU / MMU / TLB specific operations - * - * XXX We make no attempt at present to take advantage of the v6 memory - * architecture or physically tagged cache. */ #include "assym.h"