Module Name: src
Committed By: matt
Date: Fri Aug 30 21:29:29 UTC 2013
Modified Files:
src/sys/arch/powerpc/powerpc: genassym.cf
Log Message:
Add CACHE_INFO_DCACHE_LINE_SIZE to assym.h
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/powerpc/powerpc/genassym.cf
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/powerpc/powerpc/genassym.cf
diff -u src/sys/arch/powerpc/powerpc/genassym.cf:1.9 src/sys/arch/powerpc/powerpc/genassym.cf:1.10
--- src/sys/arch/powerpc/powerpc/genassym.cf:1.9 Wed Aug 1 20:35:52 2012
+++ src/sys/arch/powerpc/powerpc/genassym.cf Fri Aug 30 21:29:29 2013
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.9 2012/08/01 20:35:52 matt Exp $
+# $NetBSD: genassym.cf,v 1.10 2013/08/30 21:29:29 matt Exp $
#-
# Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
@@ -171,6 +171,7 @@ define CI_IDLELWP offsetof(struct cpu_in
define CI_MTX_COUNT offsetof(struct cpu_info, ci_mtx_count)
define CI_MTX_OLDSPL offsetof(struct cpu_info, ci_mtx_oldspl)
define CPU_CI offsetof(struct cpu_info, ci_ci)
+define CACHE_INFO_DCACHE_LINE_SIZE offsetof(struct cache_info, dcache_line_size)
define FB_PC offsetof(struct faultbuf, fb_pc)
define FB_MSR offsetof(struct faultbuf, fb_msr)