Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106104588
D12184.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
802 B
Referenced Files
None
Subscribers
None
D12184.diff
View Options
Index: head/sys/arm64/arm64/identcpu.c
===================================================================
--- head/sys/arm64/arm64/identcpu.c
+++ head/sys/arm64/arm64/identcpu.c
@@ -122,6 +122,7 @@
{ CPU_PART_FOUNDATION, "Foundation-Model" },
{ CPU_PART_CORTEX_A53, "Cortex-A53" },
{ CPU_PART_CORTEX_A57, "Cortex-A57" },
+ { CPU_PART_CORTEX_A72, "Cortex-A72" },
CPU_PART_NONE,
};
/* Cavium */
Index: head/sys/arm64/include/cpu.h
===================================================================
--- head/sys/arm64/include/cpu.h
+++ head/sys/arm64/include/cpu.h
@@ -82,6 +82,7 @@
#define CPU_PART_FOUNDATION 0xD00
#define CPU_PART_CORTEX_A53 0xD03
#define CPU_PART_CORTEX_A57 0xD07
+#define CPU_PART_CORTEX_A72 0xD08
#define CPU_REV_THUNDER_1_0 0x00
#define CPU_REV_THUNDER_1_1 0x01
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 11:39 AM (12 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15604339
Default Alt Text
D12184.diff (802 B)
Attached To
Mode
D12184: Add ARM Cortex A72 to CPU list
Attached
Detach File
Event Timeline
Log In to Comment