mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
remove unnecessary comment. We do what the comments says we need to.
This commit is contained in:
parent
85cefd1dc0
commit
090ef7b377
1 changed files with 0 additions and 3 deletions
|
|
@ -337,9 +337,6 @@ trap(struct trapframe *tf)
|
|||
/*
|
||||
* handle PCI poke/peek as per UltraSPARC IIi
|
||||
* User's Manual 16.2.1.
|
||||
*
|
||||
* XXX - We really should make sure that tpc is
|
||||
* pointing to the membar #Sync we are expecting.
|
||||
*/
|
||||
#define MEMBARSYNC_INST ((u_int32_t)0x8143e040)
|
||||
if (tf->tf_tpc > (u_long)fas_nofault_begin &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue