Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/linux include sys/cpu.h for CPU_INFO_I...
details: https://anonhg.NetBSD.org/src/rev/80b2771aecbd
branches: trunk
changeset: 341069:80b2771aecbd
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Oct 17 15:57:32 2015 +0000
description:
include sys/cpu.h for CPU_INFO_ITERATOR
diffstat:
sys/external/bsd/drm2/linux/linux_work.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r b294ae681717 -r 80b2771aecbd sys/external/bsd/drm2/linux/linux_work.c
--- a/sys/external/bsd/drm2/linux/linux_work.c Sat Oct 17 15:30:14 2015 +0000
+++ b/sys/external/bsd/drm2/linux/linux_work.c Sat Oct 17 15:57:32 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_work.c,v 1.10 2015/01/01 01:15:43 mrg Exp $ */
+/* $NetBSD: linux_work.c,v 1.11 2015/10/17 15:57:32 jmcneill Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_work.c,v 1.10 2015/01/01 01:15:43 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_work.c,v 1.11 2015/10/17 15:57:32 jmcneill Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -44,6 +44,7 @@
#include <sys/queue.h>
#include <sys/systm.h>
#include <sys/workqueue.h>
+#include <sys/cpu.h>
#include <machine/lock.h>
Home |
Main Index |
Thread Index |
Old Index