]> err.no Git - linux-2.6/blobdiff - include/linux/lockdep.h
Merge ../linux-2.6
[linux-2.6] / include / linux / lockdep.h
index f6279f68a8270c143196c1c0c09afbea2cff02be..2486eb4edbf146b77effbfe27c14689ea70db1de 100644 (file)
@@ -182,6 +182,9 @@ struct lock_list {
  * We record lock dependency chains, so that we can cache them:
  */
 struct lock_chain {
+       u8                              irq_context;
+       u8                              depth;
+       u16                             base;
        struct list_head                entry;
        u64                             chain_key;
 };