commit | e6d1ba5cd9954e7c15538aaef7585b235a69e0e1 | [log] [tgz] |
---|---|---|
author | Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com> | Mon Mar 27 17:13:46 2006 +0900 |
committer | Tony Luck <tony.luck@intel.com> | Tue Mar 28 10:42:15 2006 -0800 |
tree | 4e23ac0b61613c860a8a38470b0fe6e5b0ff2357 | |
parent | 46cba3dcaea4eb51b28fac78d15542a90619a6ef [diff] |
[IA64] simplify some condition checks in iosapic_check_gsi_range Some condition checks on iosapic_check_gsi_range() can be omitted because always `base <= end' is assured. This patch simplifies those checks. Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com> Signed-off-by: Tony Luck <tony.luck@intel.com>