commit | 8447891fe845851738439788c74b3c811578e3f9 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Tue Apr 17 15:59:36 2007 +1000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Apr 27 10:57:31 2007 -0700 |
tree | 05834fbe797aa03a3db58dbc69e613a6afcd1a93 | |
parent | 3106d46f51a1a72fdbf071ebc0800a9bcfcbc544 [diff] |
debugfs: Add debugfs_create_u64() I went to use this the other day, only to find it didn't exist. It's a straight copy of the debugfs u32 code, then s/u32/u64/. A quick test shows it seems to be working. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>