commit | b344e05c585406904c70865e531e02467c4c7931 | [log] [tgz] |
---|---|---|
author | Hua Zhong <hzhong@gmail.com> | Fri Jun 23 02:03:23 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jun 23 07:42:49 2006 -0700 |
tree | 5c9b9be9c35f5921e4796f1bafab810839765354 | |
parent | cfd9b7df4abd3257c9e381b0e445817b26a51c0c [diff] |
[PATCH] likely cleanup: remove unlikely in sys_mprotect() With likely/unlikely profiling on my not-so-busy-typical-developmentsystem there are 5k misses vs 2k hits. So I guess we should remove the unlikely. Signed-off-by: Hua Zhong <hzhong@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>