]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - mm/swap_slots.c
arm64: relocation testing module
[karo-tx-linux.git] / mm / swap_slots.c
index 9b5bc86f96ad731269e2051719583f168a74bc51..7ebb23836f689e766caa71bd775c0b919f658bb9 100644 (file)
@@ -267,7 +267,7 @@ int free_swap_slot(swp_entry_t entry)
 {
        struct swap_slots_cache *cache;
 
-       BUG_ON(!swap_slot_cache_initialized);
+       WARN_ON_ONCE(!swap_slot_cache_initialized);
 
        cache = &get_cpu_var(swp_slots);
        if (use_swap_slot_cache && cache->slots_ret) {