Skip to content

Commit

Permalink
arm: Remove duplicate definitions in armreg.h
Browse files Browse the repository at this point in the history
No functional change intended.

MFC after:	1 week
  • Loading branch information
markjdb committed Apr 30, 2024
1 parent 46b606c commit 4a5e2dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sys/arm/include/armreg.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
#ifndef MACHINE_ARMREG_H
#define MACHINE_ARMREG_H

#define INSN_SIZE 4
#define INSN_COND_MASK 0xf0000000 /* Condition mask */
#define PSR_MODE 0x0000001f /* mode mask */
#define PSR_USR32_MODE 0x00000010
#define PSR_FIQ32_MODE 0x00000011
Expand Down

0 comments on commit 4a5e2dd

Please sign in to comment.