diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2013-05-02 20:57:38 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2013-05-02 20:57:38 +0000 |
commit | 098d9b4375e68e3bd2078f6cf4d512961f0fd731 (patch) | |
tree | b62d911f8a2837ac20ac267d339a04853dacc510 /sys/arch/arm | |
parent | ff34146016b881fe9e8e0287813de1ce2ff33d2a (diff) |
Remove an #endif I forgot in there.
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/cortex/arml2cc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm/cortex/arml2cc.c b/sys/arch/arm/cortex/arml2cc.c index cdc1b3125a7..38eb2a316db 100644 --- a/sys/arch/arm/cortex/arml2cc.c +++ b/sys/arch/arm/cortex/arml2cc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arml2cc.c,v 1.1 2013/05/02 19:15:53 patrick Exp $ */ +/* $OpenBSD: arml2cc.c,v 1.2 2013/05/02 20:57:37 patrick Exp $ */ /* * Copyright (c) 2013 Patrick Wildt <patrick@blueri.se> * @@ -234,7 +234,6 @@ arml2cc_cache_range_op(paddr_t pa, psize_t len, bus_size_t cache_op) arml2cc_cache_op(sc, cache_op, pa); pa += line_size; } -#endif } void |