svn commit: r348799 - head/sys/i386/i386

Konstantin Belousov kib at FreeBSD.org
Sat Jun 8 13:41:40 UTC 2019


Author: kib
Date: Sat Jun  8 13:41:39 2019
New Revision: 348799
URL: https://svnweb.freebsd.org/changeset/base/348799

Log:
  i386 trap.c: Remove unused MAX_TRAP_MSG define.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week

Modified:
  head/sys/i386/i386/trap.c

Modified: head/sys/i386/i386/trap.c
==============================================================================
--- head/sys/i386/i386/trap.c	Sat Jun  8 13:40:57 2019	(r348798)
+++ head/sys/i386/i386/trap.c	Sat Jun  8 13:41:39 2019	(r348799)
@@ -125,8 +125,6 @@ void dblfault_handler(void);
 extern inthand_t IDTVEC(bpt), IDTVEC(dbg), IDTVEC(int0x80_syscall);
 extern uint64_t pg_nx;
 
-#define MAX_TRAP_MSG		32
-
 struct trap_data {
 	bool		ei;
 	const char	*msg;


More information about the svn-src-head mailing list