From 8e2d5afd4cd69859a3dc49aac4870076b2338e51 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Wed, 11 Apr 2012 12:45:20 -0400 Subject: [PATCH] --- yaml --- r: 298957 b: refs/heads/master c: e72d5c7e9c831f6e393c71dcd62acafbac2b58d0 h: refs/heads/master i: 298955: da8d2d883e3f01719689d4a022bf8523b4a0290c v: v3 --- [refs] | 2 +- trunk/arch/tile/kernel/proc.c | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 34c4614f9605..c9cf63ae63f0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d1640130cda146ed925f12434bfe579ee7d80a1c +refs/heads/master: e72d5c7e9c831f6e393c71dcd62acafbac2b58d0 diff --git a/trunk/arch/tile/kernel/proc.c b/trunk/arch/tile/kernel/proc.c index 7a9327046404..446a7f52cc11 100644 --- a/trunk/arch/tile/kernel/proc.c +++ b/trunk/arch/tile/kernel/proc.c @@ -146,7 +146,6 @@ static ctl_table unaligned_table[] = { }, {} }; -#endif static struct ctl_path tile_path[] = { { .procname = "tile" }, @@ -155,10 +154,9 @@ static struct ctl_path tile_path[] = { static int __init proc_sys_tile_init(void) { -#ifndef __tilegx__ /* FIXME: GX: no support for unaligned access yet */ register_sysctl_paths(tile_path, unaligned_table); -#endif return 0; } arch_initcall(proc_sys_tile_init); +#endif