On Mon Aug 05, 2002 at 07:40:56PM -0300, Marcelo Tosatti wrote:
>
> So here goes -pre1, with a big -ac and x86-64 merges, plus other smaller
> stuff.
[------------snip------------]
> <alan@irongate.swansea.linux.org.uk> (02/08/05 1.629)
> [PATCH] PATCH: Add EFI partition support
Needs this to compile....
--- linux/include/asm-ia64/efi.h.orig Sun Aug 11 01:41:10 2002
+++ linux/include/asm-ia64/efi.h Sun Aug 11 01:43:38 2002
@@ -166,6 +166,9 @@
* EFI Configuration Table and GUID definitions
*/
+#define NULL_GUID \
+ ((efi_guid_t) { 0x00000000, 0x0000, 0x0000, { 0x00, 0x00, 0x0, 0x00, 0x00, 0x00, 0x00, 0x00 }})
+
#define MPS_TABLE_GUID \
((efi_guid_t) { 0xeb9d2d2f, 0x2d88, 0x11d3, { 0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d }})
> <rusty@rustcorp.com.au> (02/08/02 1.582.2.91)
> [PATCH] namespace.c - compiler warning
This patch is wrong....
--- linux/fs/namespace.c.orig Sun Aug 11 01:50:52 2002
+++ linux/fs/namespace.c Sun Aug 11 01:51:04 2002
@@ -29,8 +29,6 @@
static int hash_mask, hash_bits;
static kmem_cache_t *mnt_cache;
-extern void init_rootfs(void);
-
static inline unsigned long hash(struct vfsmount *mnt, struct dentry *dentry)
{
unsigned long tmp = ((unsigned long) mnt / L1_CACHE_BYTES);
--- linux/include/linux/namespace.h.orig Sat Aug 3 17:14:31 2002
+++ linux/include/linux/namespace.h Sat Aug 3 18:46:43 2002
@@ -38,5 +38,6 @@
atomic_inc(&namespace->count);
}
+int __init init_rootfs(void);
#endif
#endif
-Erik
-- Erik B. Andersen http://codepoet-consulting.com/ --This message was written using 73% post-consumer electrons-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Aug 15 2002 - 22:00:24 EST