Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Sep 2004 06:48:59 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_kdb.c
Message-ID:  <200409260648.i8Q6mx0H089851@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2004-09-26 06:48:59 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_kdb.c 
  Log:
  Fix a bug introduced in the previous commit: kdb_cpu_trap() gets to
  the trapframe via kdb_frame, but kdb_frame was not initialized until
  after the call to kdb_cpu_trap(). Ergo: kdb_cpu_trap() was moved too
  far up.
  
  Pointy hat: marcel
  
  Revision  Changes    Path
  1.8       +2 -1      src/sys/kern/subr_kdb.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409260648.i8Q6mx0H089851>