Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298957
b: refs/heads/master
c: e72d5c7
h: refs/heads/master
i:
  298955: da8d2d8
v: v3
  • Loading branch information
Chris Metcalf committed Apr 11, 2012
1 parent 029d150 commit 8e2d5af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d1640130cda146ed925f12434bfe579ee7d80a1c
refs/heads/master: e72d5c7e9c831f6e393c71dcd62acafbac2b58d0
4 changes: 1 addition & 3 deletions trunk/arch/tile/kernel/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ static ctl_table unaligned_table[] = {
},
{}
};
#endif

static struct ctl_path tile_path[] = {
{ .procname = "tile" },
Expand All @@ -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

0 comments on commit 8e2d5af

Please sign in to comment.