summaryrefslogtreecommitdiff
path: root/staging/cli_cmds.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-30misc: Fixed spelling mistakesKartik Mistry1-1/+1
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+1428
-22 11:16:15 +0200 commit4f059d514f7119a4fdd9934189ff31f2c26b2647 (patch) tree1e46b692085edfcbc617cd7815a30ef375ecde21 parent6d78059bbc0ace5461938aaea8cda95eb6719898 (diff)
x86/platform/uv/BAU: Add UV4-specific functions
Add the UV4-specific function definitions and define an operations struct to implement them in the BAU driver. Many BAU MMRs, although functionally the same, have new addresses on UV4 due to hardware changes. Each MMR requires new read/write functions, but their implementation in the driver does not change. Thus, it is enough to enumerate them in the operations struct for the changes to take effect. Signed-off-by: Andrew Banman <abanman@sgi.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Mike Travis <travis@sgi.com> Acked-by: Dimitri Sivanich <sivanich@sgi.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: akpm@linux-foundation.org Cc: rja@sgi.com Link: http://lkml.kernel.org/r/1474474161-265604-11-git-send-email-abanman@sgi.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat