]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/pstore/inode.c
powerpc/pseries: Read of-config partition via pstore
[karo-tx-linux.git] / fs / pstore / inode.c
index ec24f9ceb5ed24cb8cb41b780c9a73d9e0c57450..73148aef9e3183a90aa6b9ec336a90c82cc740c3 100644 (file)
@@ -327,6 +327,9 @@ int pstore_mkfile(enum pstore_type_id type, char *psname, u64 id, int count,
        case PSTORE_TYPE_PPC_RTAS:
                sprintf(name, "rtas-%s-%lld", psname, id);
                break;
+       case PSTORE_TYPE_PPC_OF:
+               sprintf(name, "powerpc-ofw-%s-%lld", psname, id);
+               break;
        case PSTORE_TYPE_UNKNOWN:
                sprintf(name, "unknown-%s-%lld", psname, id);
                break;