From 4af8efa416e57f9c560c6b1033ddeb52a5a8a868 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Thu, 28 Aug 2008 01:31:24 +0000 Subject: [PATCH] Documentation improvement for sys_info. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://coreboot.org/repository/coreboot-v3@833 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- include/arch/x86/amd_geodelx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/arch/x86/amd_geodelx.h b/include/arch/x86/amd_geodelx.h index a17c447d33..d7fd3a758b 100644 --- a/include/arch/x86/amd_geodelx.h +++ b/include/arch/x86/amd_geodelx.h @@ -1262,8 +1262,8 @@ * We're not using it yet on Geode. * K8 requires it and, for future ports, we are going to require it. * it's a useful placeholder for platform info that usually ends up - * scattered everywhere. On K8, it is initially stored at the base of stack - * in cache-as-ram and then copied out once ram is started. + * scattered everywhere. On K8, it is stored near the base of stack + * in the global variable struct. */ struct sys_info { int empty;