Home
last modified time | relevance | path

Searched refs:mf_current_side (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/powerpc/platforms/iseries/
Dmf.c968 char mf_current_side = ' '; in mf_side_proc_show() local
979 case 0: mf_current_side = 'A'; in mf_side_proc_show()
981 case 1: mf_current_side = 'B'; in mf_side_proc_show()
983 case 2: mf_current_side = 'C'; in mf_side_proc_show()
985 default: mf_current_side = 'D'; in mf_side_proc_show()
991 seq_printf(m, "%c\n", mf_current_side); in mf_side_proc_show()