Update of /cvsroot/blob/blob/include/blob
In directory sc8-pr-cvs1:/tmp/cvs-serv20528a
Modified Files:
load_kernel.h
Log Message:
Kill off hash_defined_partitions hack.
Index: load_kernel.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/load_kernel.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- load_kernel.h 9 Jan 2003 01:41:04 -0000 1.7
+++ load_kernel.h 28 Jan 2003 03:42:31 -0000 1.8
@@ -59,13 +59,7 @@
char *name;
};
-/* this will go away once we integrate the new partition code */
-struct hash_defined_partition {
- const struct kernel_loader *loader;
- char *offset;
- u32 size;
-};
-extern struct hash_defined_partition hash_defined_part_table[];
+extern struct kernel_loader *known_loaders[];
#ifndef USER_SPACE_TEST
/* this is a large area of ram for the loaders to use as a scratchpad */
|