]> git.ozlabs.org Git - yaboot.git/blobdiff - second/fs.c
Fix incorrect comparision in get_params
[yaboot.git] / second / fs.c
index b748bed3e2d8401fc195ebae9f3fe80809609bd9..e7aeed0c05cccf4602025587e3742ff6167b8b5d 100644 (file)
@@ -27,6 +27,7 @@
 extern const struct fs_t       of_filesystem;
 extern const struct fs_t       of_net_filesystem;
 extern const struct fs_t       ext2_filesystem;
+extern const struct fs_t        swap_filesystem;
 //extern const struct fs_t     iso_filesystem;
 
 /* Configurable filesystems */
@@ -41,6 +42,7 @@ extern const struct fs_t        reiserfs_filesystem;
 
 /* Filesystem handlers yaboot knows about */
 static const struct fs_t *block_filesystems[] = {
+     &swap_filesystem,         /* swap signature checker */
      &ext2_filesystem,         /* ext2 */
 #ifdef CONFIG_FS_XFS
      &xfs_filesystem,                /* XFS */