mips: asm: octeon: A typo fix in the file cvmx-address.h
s/techically/technically/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
63d6c98168
commit
daffdec40d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue