Changeset b4cad8b2 in mainline for kernel.config


Ignore:
Timestamp:
2005-12-15T16:25:05Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
10c071e
Parents:
80d2bdb
Message:

Less checking in kernel config,
allow DEADLOCK_DEBUG only for SMP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel.config

    r80d2bdb rb4cad8b2  
    6060
    6161# Deadlock detection support for spinlocks
    62 ! [CONFIG_DEBUG=y] CONFIG_DEBUG_SPINLOCK (y/n)
     62! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
    6363
    6464## Run-time configuration directives
Note: See TracChangeset for help on using the changeset viewer.