From 98dbeb36df30316c6905f12ee3cd4d99ba2491d1 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 24 Feb 2005 15:47:54 +0000 Subject: [PATCH] Added note to keep struct iframe in sync with the struct cpu_state. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11471 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/arch/x86/arch_cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/private/kernel/arch/x86/arch_cpu.h b/headers/private/kernel/arch/x86/arch_cpu.h index bc986947f8..94201d47dd 100644 --- a/headers/private/kernel/arch/x86/arch_cpu.h +++ b/headers/private/kernel/arch/x86/arch_cpu.h @@ -59,6 +59,7 @@ typedef struct pdentry { // page directory entry unsigned int addr:20; } pdentry; +// NOTE: Keep in sync with ! struct iframe { unsigned int gs; unsigned int fs;