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