Module Name: src Committed By: skrll Date: Thu Oct 3 12:53:29 UTC 2013
Modified Files: src/sys/arch/arm/pic: armadaxp_splfuncs.c Log Message: Update to reflect the move of armadaxpreg.h To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/pic/armadaxp_splfuncs.c 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/arm/pic/armadaxp_splfuncs.c diff -u src/sys/arch/arm/pic/armadaxp_splfuncs.c:1.2 src/sys/arch/arm/pic/armadaxp_splfuncs.c:1.3 --- src/sys/arch/arm/pic/armadaxp_splfuncs.c:1.2 Wed May 29 23:50:35 2013 +++ src/sys/arch/arm/pic/armadaxp_splfuncs.c Thu Oct 3 12:53:29 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: armadaxp_splfuncs.c,v 1.2 2013/05/29 23:50:35 rkujawa Exp $ */ +/* $NetBSD: armadaxp_splfuncs.c,v 1.3 2013/10/03 12:53:29 skrll Exp $ */ /******************************************************************************* Copyright (C) Marvell International Ltd. and its affiliates @@ -37,7 +37,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI *******************************************************************************/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: armadaxp_splfuncs.c,v 1.2 2013/05/29 23:50:35 rkujawa Exp $"); +__KERNEL_RCSID(0, "$NetBSD: armadaxp_splfuncs.c,v 1.3 2013/10/03 12:53:29 skrll Exp $"); #define _INTR_PRIVATE @@ -56,7 +56,7 @@ __KERNEL_RCSID(0, "$NetBSD: armadaxp_spl #include <arm/marvell/mvsocreg.h> #include <arm/marvell/mvsocvar.h> -#include <evbarm/armadaxp/armadaxpreg.h> +#include <arm/marvell/armadaxpreg.h> #include <evbarm/marvell/marvellreg.h> #include <dev/marvell/marvellreg.h>