From 6b3445e2882931e33e0e69837d0e630f781b803a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 12 Jun 2003 03:41:38 +0000 Subject: [PATCH] Applied NewOS patch 17xx (its repository is currently down...): now sets the fs register correctly - not that it should have much effect since it's rarely used anyway (no reason to might be wrong, though) :) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3483 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/core/arch/x86/arch_interrupts.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kernel/core/arch/x86/arch_interrupts.S b/src/kernel/core/arch/x86/arch_interrupts.S index 1e8d05a01d..010195df09 100755 --- a/src/kernel/core/arch/x86/arch_interrupts.S +++ b/src/kernel/core/arch/x86/arch_interrupts.S @@ -48,6 +48,7 @@ TRAP_ERRC(trap14, 14) TRAP(trap16, 16) TRAP_ERRC(trap17, 17) TRAP(trap18, 18) +TRAP(trap19, 19) TRAP(trap32, 32) TRAP(trap33, 33) @@ -85,6 +86,7 @@ int_bottom: movl $KERNEL_DATA_SEG,%eax cld movl %eax,%ds + movl %eax,%es movl %ss,%ebx movl %esp,%esi cmpl %eax,%ebx // check if we changed the stack