Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/riastradh-drm2]: src/sys/external/bsd/drm2/include/drm Define IPL_DRM to...
details: https://anonhg.NetBSD.org/src/rev/e3c11efdcd3e
branches: riastradh-drm2
changeset: 788169:e3c11efdcd3e
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Jul 24 02:32:40 2013 +0000
description:
Define IPL_DRM to be IPL_TTY in drm_irq_netbsd.h.
This is not clearly the right definition, but it's what the old drm
code used. This is not clearly the right place, but it will do for
now.
diffstat:
sys/external/bsd/drm2/include/drm/drm_irq_netbsd.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r fcf83ec5344b -r e3c11efdcd3e sys/external/bsd/drm2/include/drm/drm_irq_netbsd.h
--- a/sys/external/bsd/drm2/include/drm/drm_irq_netbsd.h Wed Jul 24 02:32:26 2013 +0000
+++ b/sys/external/bsd/drm2/include/drm/drm_irq_netbsd.h Wed Jul 24 02:32:40 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_irq_netbsd.h,v 1.1.2.2 2013/07/24 02:26:53 riastradh Exp $ */
+/* $NetBSD: drm_irq_netbsd.h,v 1.1.2.3 2013/07/24 02:32:40 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -41,4 +41,6 @@
#define IRQF_SHARED 0 /* XXX */
+#define IPL_DRM IPL_TTY /* XXX */
+
#endif /* _DRM_DRM_IRQ_NETBSD_H_ */
Home |
Main Index |
Thread Index |
Old Index