Module Name: src
Committed By: jmcneill
Date: Sun Feb 20 12:47:22 UTC 2011
Modified Files:
src/sys/arch/x86/include: cpu.h
Log Message:
cpu.h no longer needs via_padlock.h
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/x86/include/cpu.h
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/x86/include/cpu.h
diff -u src/sys/arch/x86/include/cpu.h:1.27 src/sys/arch/x86/include/cpu.h:1.28
--- src/sys/arch/x86/include/cpu.h:1.27 Sat Feb 19 13:52:28 2011
+++ src/sys/arch/x86/include/cpu.h Sun Feb 20 12:47:21 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.27 2011/02/19 13:52:28 jmcneill Exp $ */
+/* $NetBSD: cpu.h,v 1.28 2011/02/20 12:47:21 jmcneill Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -56,7 +56,6 @@
#include <machine/intrdefs.h>
#include <x86/cacheinfo.h>
-#include <x86/via_padlock.h>
#include <sys/cpu_data.h>
#include <sys/evcnt.h>