From dc5f7a04f2b446b5224be356c2fc79e88a5d3e8f Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 3 Jun 2013 22:49:19 +0200 Subject: irq: break out from xutils and save + restore Break out IRQ functionality from xutils, simplify it, and save + restore IRQ affinity list. Signed-off-by: Daniel Borkmann --- trafgen/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'trafgen/Makefile') diff --git a/trafgen/Makefile b/trafgen/Makefile index 8257ad1..914b61c 100644 --- a/trafgen/Makefile +++ b/trafgen/Makefile @@ -5,6 +5,7 @@ trafgen-libs = $(shell pkg-config --libs libnl-3.0) \ trafgen-objs = xmalloc.o \ xio.o \ xutils.o \ + irq.o \ mac80211.o \ ring_tx.o \ ring.o \ -- cgit v1.2.3-54-g00ecf g src='/cgit.png' alt='cgit logo'/> index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
ux/net-next.git/patch/?id=2befa60e4c538a094853ea00ac03b209b7ad272d'>patch)
tree6175fc95d8d69dbe627aa670866e535bdc3c206e
parent2a82ec21b9ba342dc90e054458e430f577beca89 (diff)
drm/amdgpu: fix initializing the VM BO shadow
We need to clear the shadows as well. Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Edward O'Callaghan <funfunctor@folklore1984.net> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>