diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-01 12:29:05 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-01 12:29:05 -0400 |
commit | 4e492c03dbe0a29fd21569fe6c1295c73f1f403f (patch) | |
tree | d843c17d8a9f7a7bb726d8d04b5bbf4653a7cc7e /arch/x86 | |
parent | 7d9d731677836b9e8e71271f8dd01bb35ab62062 (diff) |
FMLP: rename pi->fmlp
pi is confusing, there are many PI schemes in the world.
We implement the FMLP, thus we should label it as such.
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/syscall_table_32.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/syscall_table_32.S b/arch/x86/kernel/syscall_table_32.S index d8106dca4e..aee6fb9b79 100644 --- a/arch/x86/kernel/syscall_table_32.S +++ b/arch/x86/kernel/syscall_table_32.S | |||
@@ -332,8 +332,8 @@ ENTRY(sys_call_table) | |||
332 | .long sys_exit_np | 332 | .long sys_exit_np |
333 | .long sys_od_open /* 330 */ | 333 | .long sys_od_open /* 330 */ |
334 | .long sys_od_close | 334 | .long sys_od_close |
335 | .long sys_pi_down | 335 | .long sys_fmlp_down |
336 | .long sys_pi_up | 336 | .long sys_fmlp_up |
337 | .long sys_srp_down | 337 | .long sys_srp_down |
338 | .long sys_srp_up /* 335 */ | 338 | .long sys_srp_up /* 335 */ |
339 | .long sys_reg_task_srp_sem | 339 | .long sys_reg_task_srp_sem |