Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359128
b: refs/heads/master
c: 5b3084b
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Feb 12, 2013
1 parent 75065fb commit bb9f8a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f5e3236954af2ce855bc70b253e665392e93d1b
refs/heads/master: 5b3084b5823339ac7bebca0701b9b89defe11c91
2 changes: 2 additions & 0 deletions trunk/arch/microblaze/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ static int __init debugfs_tlb(void)
d = debugfs_create_u32("tlb_skip", S_IRUGO, of_debugfs_root, &tlb_skip);
if (!d)
return -ENOMEM;

return 0;
}
device_initcall(debugfs_tlb);
# endif
Expand Down

0 comments on commit bb9f8a7

Please sign in to comment.