diff options
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_intr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_intr.c b/drivers/infiniband/hw/ipath/ipath_intr.c index c61f9da2964a..8f3718c1694f 100644 --- a/drivers/infiniband/hw/ipath/ipath_intr.c +++ b/drivers/infiniband/hw/ipath/ipath_intr.c | |||
@@ -849,7 +849,7 @@ void ipath_clear_freeze(struct ipath_devdata *dd) | |||
849 | 849 | ||
850 | /* this is separate to allow for better optimization of ipath_intr() */ | 850 | /* this is separate to allow for better optimization of ipath_intr() */ |
851 | 851 | ||
852 | static void ipath_bad_intr(struct ipath_devdata *dd, u32 * unexpectp) | 852 | static noinline void ipath_bad_intr(struct ipath_devdata *dd, u32 *unexpectp) |
853 | { | 853 | { |
854 | /* | 854 | /* |
855 | * sometimes happen during driver init and unload, don't want | 855 | * sometimes happen during driver init and unload, don't want |
@@ -892,7 +892,7 @@ static void ipath_bad_intr(struct ipath_devdata *dd, u32 * unexpectp) | |||
892 | "ignoring\n"); | 892 | "ignoring\n"); |
893 | } | 893 | } |
894 | 894 | ||
895 | static void ipath_bad_regread(struct ipath_devdata *dd) | 895 | static noinline void ipath_bad_regread(struct ipath_devdata *dd) |
896 | { | 896 | { |
897 | static int allbits; | 897 | static int allbits; |
898 | 898 | ||