Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/amd64/amd64/spl.S,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/amd64/amd64/spl.S,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.20 retrieving revision 1.20.6.1 diff -u -p -r1.20 -r1.20.6.1 --- src/sys/arch/amd64/amd64/spl.S 2008/07/01 18:49:20 1.20 +++ src/sys/arch/amd64/amd64/spl.S 2009/04/03 17:42:36 1.20.6.1 @@ -1,4 +1,4 @@ -/* $NetBSD: spl.S,v 1.20 2008/07/01 18:49:20 bouyer Exp $ */ +/* $NetBSD: spl.S,v 1.20.6.1 2009/04/03 17:42:36 snj Exp $ */ /* * Copyright (c) 2003 Wasabi Systems, Inc. @@ -209,6 +209,10 @@ ENTRY(spllower) nop nop .align 16 +#ifdef GPROF + nop + .align 16 +#endif LABEL(spllower_end) #endif /* !XEN */