add tux3 kernel module

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1222 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2009-05-17 21:40:58 +00:00
parent 70b8614151
commit b157937aeb
3 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
Submitted By: Mario Fetka (mario dot fetka at gmail dot com)
Date: 2009-05-17
Initial Package Version: changeset cb5655728089
Origin: hirofumi
Upstream Status: accepted
Description: add missing DEFINE
diff -Naur super.c.orig super.c
--- super.c.orig 2009-05-17 20:08:53.666087715 +0000
+++ super.c 2009-05-17 21:26:12.939916308 +0000
@@ -10,6 +10,10 @@
#define trace trace_on
+#ifndef TUX3_SUPER_MAGIC
+#define TUX3_SUPER_MAGIC 0x74757833
+#endif
+
/* FIXME: this should be mount option? */
int tux3_trace;
module_param(tux3_trace, bool, 0644);