Skip to content
Snippets Groups Projects
Commit daffdec4 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Thomas Bogendoerfer
Browse files

mips: asm: octeon: A typo fix in the file cvmx-address.h


s/techically/technically/

Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 63d6c981
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ typedef union { ...@@ -152,7 +152,7 @@ typedef union {
/* physical mem address */ /* physical mem address */
struct { struct {
/* techically, <47:40> are dont-cares */ /* technically, <47:40> are dont-cares */
uint64_t zeroes:24; uint64_t zeroes:24;
/* the hardware ignores <39:36> in Octeon I */ /* the hardware ignores <39:36> in Octeon I */
uint64_t unaddr:4; uint64_t unaddr:4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment