https://github.com/torvalds/linux
Revision 355540f3338e1408dac98413f05d612a76d4f5e3 authored by Andi Kleen on 29 July 2006, 19:42:46 UTC, committed by Linus Torvalds on 30 July 2006, 03:59:55 UTC
As Travis Betak points out it accesses the wrong northbridge subfunction
now. Switch back to the old code.

Cc: "Travis Betak" <betak@mpdtxmail.amd.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent d2105b1
Raw File
Tip revision: 355540f3338e1408dac98413f05d612a76d4f5e3 authored by Andi Kleen on 29 July 2006, 19:42:46 UTC
[PATCH] x86_64: Revert k8-bus.c northbridge access change
Tip revision: 355540f
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.so
*.mod.c

#
# Top-level generic files
#
tags
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h

# stgit generated dirs
patches-*
back to top