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/dist/drm/i915 intel_ringbuffe...



details:   https://anonhg.NetBSD.org/src/rev/6e03fa55300e
branches:  riastradh-drm2
changeset: 788266:6e03fa55300e
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 02:59:29 2013 +0000

description:
intel_ringbuffer.h needs <asm/bug.h>.

diffstat:

 sys/external/bsd/drm2/dist/drm/i915/intel_ringbuffer.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r d38c787e17fe -r 6e03fa55300e sys/external/bsd/drm2/dist/drm/i915/intel_ringbuffer.h
--- a/sys/external/bsd/drm2/dist/drm/i915/intel_ringbuffer.h    Wed Jul 24 02:59:14 2013 +0000
+++ b/sys/external/bsd/drm2/dist/drm/i915/intel_ringbuffer.h    Wed Jul 24 02:59:29 2013 +0000
@@ -1,6 +1,8 @@
 #ifndef _INTEL_RINGBUFFER_H_
 #define _INTEL_RINGBUFFER_H_
 
+#include <asm/bug.h>
+
 /*
  * Gen2 BSpec "1. Programming Environment" / 1.4.4.6 "Ring Buffer Use"
  * Gen3 BSpec "vol1c Memory Interface Functions" / 2.3.4.5 "Ring Buffer Use"



Home | Main Index | Thread Index | Old Index