A couple of locking fixes:

 - A fix for the static_call mechanism so it handles unaligned
   addresses correctly.

 - Make u64_stats_init() a macro so every instance gets a seperate lockdep
   key.

 - Make seqcount_latch_init() a macro as well to preserve the static
   variable which is used for the lockdep key.