[SPARC64]: Kill unused ITAG_MASK macro in ultra.S
authorDavid S. Miller <davem@bnsf.davemloft.net>
Mon, 29 Oct 2007 07:23:07 +0000 (00:23 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 31 Oct 2007 22:30:51 +0000 (15:30 -0700)
It is unused since we went to an I-cache flush that solely used
the 'flush' instruction, and it's presence breaks the build
when PAGE_SIZE is 512KB.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found