diff options
author | 2013-05-02 19:15:53 +0000 | |
---|---|---|
committer | 2013-05-02 19:15:53 +0000 | |
commit | d1433e4ad9bae9aa02aef97743bfd6ee09c39f96 (patch) | |
tree | e7fed2a8957b1d776f57b3d5a5af496109233d08 /sys/arch/arm/cortex/files.cortex | |
parent | typos (diff) | |
download | wireguard-openbsd-d1433e4ad9bae9aa02aef97743bfd6ee09c39f96.tar.xz wireguard-openbsd-d1433e4ad9bae9aa02aef97743bfd6ee09c39f96.zip |
Add a driver for the secondary cache controller on the PandaBoard and
other ARM Cortex based boards. Disabled for now, until proper
secondary cache flushing is done where it's needed.
ok miod@
Diffstat (limited to 'sys/arch/arm/cortex/files.cortex')
-rw-r--r-- | sys/arch/arm/cortex/files.cortex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/arm/cortex/files.cortex b/sys/arch/arm/cortex/files.cortex index bf4eca15c2c..26ad73979a9 100644 --- a/sys/arch/arm/cortex/files.cortex +++ b/sys/arch/arm/cortex/files.cortex @@ -1,4 +1,4 @@ -# $OpenBSD: files.cortex,v 1.1 2013/05/01 00:16:26 patrick Exp $ +# $OpenBSD: files.cortex,v 1.2 2013/05/02 19:15:53 patrick Exp $ # ARM core device cortex {} @@ -12,3 +12,7 @@ file arch/arm/cortex/ampintc.c ampintc device amptimer attach amptimer at cortex file arch/arm/cortex/amptimer.c amptimer + +device armliicc +attach armliicc at cortex +file arch/arm/cortex/arml2cc.c armliicc |