Module Name: src Committed By: skrll Date: Thu Feb 24 08:57:39 UTC 2011
Modified Files: src/sys/arch/hppa/hppa: trap.S Log Message: No need to save CR_TLS twice in the DDB case. hi joerg. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/hppa/hppa/trap.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/hppa/hppa/trap.S diff -u src/sys/arch/hppa/hppa/trap.S:1.54 src/sys/arch/hppa/hppa/trap.S:1.55 --- src/sys/arch/hppa/hppa/trap.S:1.54 Thu Feb 24 04:28:45 2011 +++ src/sys/arch/hppa/hppa/trap.S Thu Feb 24 08:57:39 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: trap.S,v 1.54 2011/02/24 04:28:45 joerg Exp $ */ +/* $NetBSD: trap.S,v 1.55 2011/02/24 08:57:39 skrll Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -382,9 +382,6 @@ mfctl %cr28, %arg1 stw %arg0, TF_CR24-TRAPFRAME_SIZEOF(%sr1, %t3) stw %arg1, TF_CR28-TRAPFRAME_SIZEOF(%sr1, %t3) - - mfctl CR_TLS, %arg0 - stw %arg0, TF_CR27-TRAPFRAME_SIZEOF(%sr1, %t3) #endif /* setup kernel context */