diff options
author | 2013-09-09 14:31:54 +0000 | |
---|---|---|
committer | 2013-09-09 14:31:54 +0000 | |
commit | 466195a277a68cfb1e4d8827c4d8e5dd7e1330f0 (patch) | |
tree | 0d7a9e01c4ad05ce51078da40ed94cff78e36200 /sys/arch/arm/cortex/files.cortex | |
parent | Recognize the UTIME_OMIT and UTIME_NOW values when printing timespecs (diff) | |
download | wireguard-openbsd-466195a277a68cfb1e4d8827c4d8e5dd7e1330f0.tar.xz wireguard-openbsd-466195a277a68cfb1e4d8827c4d8e5dd7e1330f0.zip |
Support for the ARM Generic Timer used in the Cortex-A7 and Cortex-A15.
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 26ad73979a9..c0f4359fc2a 100644 --- a/sys/arch/arm/cortex/files.cortex +++ b/sys/arch/arm/cortex/files.cortex @@ -1,4 +1,4 @@ -# $OpenBSD: files.cortex,v 1.2 2013/05/02 19:15:53 patrick Exp $ +# $OpenBSD: files.cortex,v 1.3 2013/09/09 14:31:54 patrick Exp $ # ARM core device cortex {} @@ -13,6 +13,10 @@ device amptimer attach amptimer at cortex file arch/arm/cortex/amptimer.c amptimer +device agtimer +attach agtimer at cortex +file arch/arm/cortex/agtimer.c agtimer + device armliicc attach armliicc at cortex file arch/arm/cortex/arml2cc.c armliicc |