Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45369
b: refs/heads/master
c: d9523aa
h: refs/heads/master
i:
  45367: 821ca6a
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Jan 9, 2007
1 parent 4391ce1 commit 67204dd
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 7232846b8d682a56407839e3774d03be0c7806c8
refs/heads/master: d9523aa157e9fbb93467dcd0d1bed9604153bf7f
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/platforms/iseries/mf.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <asm/uaccess.h>
#include <asm/paca.h>
#include <asm/abs_addr.h>
#include <asm/firmware.h>
#include <asm/iseries/vio.h>
#include <asm/iseries/mf.h>
#include <asm/iseries/hv_lp_config.h>
Expand Down Expand Up @@ -1235,6 +1236,9 @@ static int __init mf_proc_init(void)
char name[2];
int i;

if (!firmware_has_feature(FW_FEATURE_ISERIES))
return 0;

mf_proc_root = proc_mkdir("iSeries/mf", NULL);
if (!mf_proc_root)
return 1;
Expand Down

0 comments on commit 67204dd

Please sign in to comment.