Hi Linus, Please pull the 'for-linus' branch from ssh://master.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6.git for-linus It contains some catch-up work, adding missing syscalls and perf support, along with the new unreachable() stuff. Thanks, Matt Turner The following changes since commit 55639353a0035052d9ea6cfe4dde0ac7fcbb2c9f: Linus Torvalds (1): Linux 2.6.33-rc1 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6.git for-linus Daniele Calore (1): alpha: Wire up missing/new syscalls David Daney (1): alpha: Convert BUG() to use unreachable() Michael Cree (1): alpha: Add minimal support for software performance events arch/alpha/Kconfig | 1 + arch/alpha/include/asm/bug.h | 3 ++- arch/alpha/include/asm/perf_event.h | 9 +++++++++ arch/alpha/include/asm/unistd.h | 17 ++++++++++++++++- arch/alpha/kernel/systbls.S | 16 +++++++++++++++- 5 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 arch/alpha/include/asm/perf_event.h -- To unsubscribe from this list: send the line "unsubscribe linux-alpha" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html