summaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-gru/Makefile
diff options
context:
space:
mode:
authorJack Steiner <steiner@sgi.com>2009-04-03 01:59:06 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2009-04-03 04:05:06 +0200
commita24e5e1caf4875bbe09f328b5f4daef6d25ebcc4 (patch)
tree3b9214880d848c1b4b071fcf00eb39a8ef8cb47b /drivers/misc/sgi-gru/Makefile
parentsgi-gru: improvements to GRU debug messages & statistics (diff)
downloadlinux-a24e5e1caf4875bbe09f328b5f4daef6d25ebcc4.tar.xz
linux-a24e5e1caf4875bbe09f328b5f4daef6d25ebcc4.zip
sgi-gru: change GRU CCH commands from inline functions to outofline functions
Change the GRU instructions that manage contexts from inline functions to out-of-line functions. This simplifies adding statistics & error checking to these functions. Signed-off-by: Jack Steiner <steiner@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/sgi-gru/Makefile')
-rw-r--r--drivers/misc/sgi-gru/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/sgi-gru/Makefile b/drivers/misc/sgi-gru/Makefile
index 9e9170b3599a..bcd8136d2f98 100644
--- a/drivers/misc/sgi-gru/Makefile
+++ b/drivers/misc/sgi-gru/Makefile
@@ -3,5 +3,5 @@ ifdef CONFIG_SGI_GRU_DEBUG
endif
obj-$(CONFIG_SGI_GRU) := gru.o
-gru-y := grufile.o grumain.o grufault.o grutlbpurge.o gruprocfs.o grukservices.o
+gru-y := grufile.o grumain.o grufault.o grutlbpurge.o gruprocfs.o grukservices.o gruhandles.o