From d905e2f48225fb9dbd21181ad650278ff5689e38 Mon Sep 17 00:00:00 2001 From: Andrew Gallatin Date: Mon, 5 Mar 2001 17:56:58 +0000 Subject: [PATCH] sync with i386: MFS: bring the consistent `compat_3_brand' support This should fix the linux-related panics reported by naddy@mips.inka.de (Christian Weisgerber) Forgotten by: obrien --- sys/alpha/linux/linux_sysvec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/alpha/linux/linux_sysvec.c b/sys/alpha/linux/linux_sysvec.c index 9e3ad7cdc50..204a613b4c8 100644 --- a/sys/alpha/linux/linux_sysvec.c +++ b/sys/alpha/linux/linux_sysvec.c @@ -189,6 +189,7 @@ struct sysentvec elf_linux_sysvec = { static Elf64_Brandinfo linux_brand = { ELFOSABI_LINUX, + "Linux", "/compat/linux", "/lib/ld-linux.so.1", &elf_linux_sysvec @@ -196,6 +197,7 @@ static Elf64_Brandinfo linux_brand = { static Elf64_Brandinfo linux_glibc2brand = { ELFOSABI_LINUX, + "Linux", "/compat/linux", "/lib/ld-linux.so.2", &elf_linux_sysvec