X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Flinux%2Fcompat%2Finclude%2Flinux%2Flockdep.h;h=da3dfe8da283e538b0fac533a01b62b23e77cd42;hb=6455100f38e9312346f4d58511595f695d813537;hp=1c839423a328590377fa5eb889848be002e194fe;hpb=22bcc0e70becd88bf895c44885d63704affe4284;p=openvswitch diff --git a/datapath/linux/compat/include/linux/lockdep.h b/datapath/linux/compat/include/linux/lockdep.h index 1c839423..da3dfe8d 100644 --- a/datapath/linux/compat/include/linux/lockdep.h +++ b/datapath/linux/compat/include/linux/lockdep.h @@ -27,8 +27,7 @@ struct lockdep_map; /* * Lock-class usage-state bits: */ -enum lock_usage_bit -{ +enum lock_usage_bit { LOCK_USED = 0, LOCK_USED_IN_HARDIRQ, LOCK_USED_IN_SOFTIRQ, @@ -212,7 +211,7 @@ struct held_lock { struct lockdep_map *instance; #ifdef CONFIG_LOCK_STAT - u64 waittime_stamp; + u64 waittime_stamp; u64 holdtime_stamp; #endif /*