From 0af4856017431f0e9ef99e6a99e2a2da9f50f593 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 21 May 2007 21:36:03 +0000 Subject: Drop the (non-working, almost non-existant) support for - the Transmeta TM5800 northbridge - the Densitron DPX114 mainboard (the only one using the TM5800) Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2685 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/transmeta/tm5800/cpu_rev.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/northbridge/transmeta/tm5800/cpu_rev.c (limited to 'src/northbridge/transmeta/tm5800/cpu_rev.c') diff --git a/src/northbridge/transmeta/tm5800/cpu_rev.c b/src/northbridge/transmeta/tm5800/cpu_rev.c deleted file mode 100644 index b84b0b159c..0000000000 --- a/src/northbridge/transmeta/tm5800/cpu_rev.c +++ /dev/null @@ -1,15 +0,0 @@ -/* this is a shrunken cpuid. */ - -static unsigned int cpuid(unsigned int op) -{ - unsigned int ret; - unsigned dummy2,dummy3,dummy4; - - asm volatile ( - "cpuid" - : "=a" (ret), "=b" (dummy2), "=c" (dummy3), "=d" (dummy4) - : "a" (op) - ); - - return ret; -} -- cgit v1.2.3