root/arch/sparc/mm/s4cuflt.S

/* [previous][next][first][last][top][bottom][index][help] */
   1 /* s4cuflt.S:  Quick in window user tlb faults on the sun4c.
   2  *
   3  * Copyright (C) 1995 David S. Miller (davem@caipfs.rutgers.edu)
   4  */
   5 
   6         .data
   7 
   8         .align  8
   9 .g0g1:  .quad   0
  10 .g2g3:  .quad   0
  11 .g4g5:  .quad   0
  12 .g6g7:  .quad   0
  13 
  14 #include "srclow.h"
  15 
  16         .text
  17 
  18         .align  8
  19         .globl  sun4c_quick_user_fault
  20 sun4c_quick_user_fault:

/* [previous][next][first][last][top][bottom][index][help] */