Ignore:
Timestamp:
Sep 14, 2015, 9:42:14 AM (9 years ago)
Author:
cfuguet
Message:

reconf: remove useless register assignments when writing in the
vci_mem_cache scratchpad mode register.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/modules/vci_mem_cache/include/soclib/mem_cache.h

    r1011 r1014  
    181181    MEMC_RERROR_ADDR_LO = 0,
    182182    MEMC_RERROR_ADDR_HI,
    183     MEMC_RERROR_SRCID, 
     183    MEMC_RERROR_SRCID,
    184184    MEMC_RERROR_IRQ_RESET,
    185185    MEMC_RERROR_IRQ_ENABLE
    186186};
    187187
    188 #define MEMC_REG(func,idx) ((func<<7)|idx) 
     188#define MEMC_REG(func,idx) ((func<<7)|idx)
    189189
    190190#endif /* MEM_CACHE_REGS_H */
Note: See TracChangeset for help on using the changeset viewer.