From 78ac3e667f9c61c3900ff4d66e957cd10ab230f7 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Thu, 3 Oct 2002 16:16:57 +0000 Subject: [PATCH] Don't forget to note CPU detection code mostly comes from Linux kernel. --- BasiliskII/src/uae_cpu/compiler/codegen_x86.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BasiliskII/src/uae_cpu/compiler/codegen_x86.cpp b/BasiliskII/src/uae_cpu/compiler/codegen_x86.cpp index 2507ec41..7c6bb832 100644 --- a/BasiliskII/src/uae_cpu/compiler/codegen_x86.cpp +++ b/BasiliskII/src/uae_cpu/compiler/codegen_x86.cpp @@ -7,6 +7,8 @@ * Gwenole Beauchesne * * Basilisk II (C) 1997-2002 Christian Bauer + * + * Portions related to CPU detection come from linux/arch/i386/kernel/setup.c * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by