Module Name:    src
Committed By:   jmcneill
Date:           Mon Jul 16 10:13:34 UTC 2018

Modified Files:
        src/sys/arch/arm/pic: picvar.h

Log Message:
I added is_affinity to intrsource in the previous commit but it is not used. 
Remove it.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/pic/picvar.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/arm/pic/picvar.h
diff -u src/sys/arch/arm/pic/picvar.h:1.17 src/sys/arch/arm/pic/picvar.h:1.18
--- src/sys/arch/arm/pic/picvar.h:1.17	Sun Jul 15 16:03:24 2018
+++ src/sys/arch/arm/pic/picvar.h	Mon Jul 16 10:13:34 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: picvar.h,v 1.17 2018/07/15 16:03:24 jmcneill Exp $	*/
+/*	$NetBSD: picvar.h,v 1.18 2018/07/16 10:13:34 jmcneill Exp $	*/
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -118,9 +118,6 @@ struct intrsource {
 	uint8_t is_iplidx;
 	bool is_mpsafe;
 	char is_source[16];
-#ifdef MULTIPROCESSOR
-	kcpuset_t *is_affinity;
-#endif
 };
 
 struct pic_percpu {

Reply via email to