diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-01-28 16:56:14 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-01-28 16:56:14 +0000 |
commit | 688b385aec24157e2112d0efa06868b4f8dfb97c (patch) | |
tree | e14205a31ab7c68432735d01e6f722a31623c041 /src/northbridge | |
parent | 22489894e189616bb5694cfed8bd951951e68fae (diff) |
please forgive me... ;)
* initial acpi support code
* fix header
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1358 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/amd/amdk8/coherent_ht.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdk8/coherent_ht.c b/src/northbridge/amd/amdk8/coherent_ht.c index f05ee3d22d..61880ec5f6 100644 --- a/src/northbridge/amd/amdk8/coherent_ht.c +++ b/src/northbridge/amd/amdk8/coherent_ht.c @@ -1,5 +1,5 @@ /* coherent hypertransport initialization for AMD64 - * written by Stefan Reinauer <stepan@openbios.info> + * written by Stefan Reinauer <stepan@openbios.org> * (c) 2003 by SuSE Linux AG * * This code is licensed under GPL. |