From: Christian Roessner <christian@roessner-net.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel@lists.xensource.com, "Langsdorf,
Mark" <mark.langsdorf@amd.com>
Subject: Re: Powernow-k8 support
Date: Tue, 13 Jun 2006 11:24:06 +0200 [thread overview]
Message-ID: <448E8436.6090309@roessner-net.com> (raw)
In-Reply-To: <85598d5553ec6d3b82d75eb1e889a396@cl.cam.ac.uk>
[-- Attachment #1.1: Type: text/plain, Size: 1312 bytes --]
>> 140 + __update_vcpu_system_time(current);
>>
>> This makes trouble while trying to compile (implicit decalaration of
>> function...). As I could read in the Changelog, this was removed
>> sometime ago.
>
> You do want that line. Remove 'static inline' modifiers from the
> function definition in arch/x86/time.c.
The problem is that the line containing
__update_vcpu_system_time(current); is the only one inside the whole
source directory.
desktop xen-3.0-3.0.2+hg9681 # grep -R __update_vcpu_system_time *
xen/arch/x86/time.c: __update_vcpu_system_time(current);
xen-cpufreq-amd-powernow-k8.diff:+ __update_vcpu_system_time(current);
The function itself does not have modifieres static inline:
999 int handle_k8_fidvid_ctl_msr_write(u32 lo, u32 hi) {
> As for your nvidia driver crashes: where do you get that driver from? Is
> it binary-only?
Some parts of the driver are binary only, some not. Unfortunatley the
source part is licenced under NVIDIA stuff.
If this is _REALLY_ a nvidia problem, I could paste the dump to NView
forum and ask the nvidia developers for help with the nvidia driver (But
I guess, I will not get help there).
> -- Keir
>
--
Tel.: 0641-2097252, Mobil: 0171-3611230
PGP: http://www.roessner-net.com/0x6B929997.asc
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 254 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2006-06-13 9:24 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-12 16:00 Powernow-k8 support Langsdorf, Mark
2006-06-12 16:06 ` Keir Fraser
2006-06-12 16:58 ` Christian Roessner
2006-06-12 17:29 ` Keir Fraser
2006-06-13 8:49 ` Christian Roessner
2006-06-13 9:11 ` Keir Fraser
2006-06-13 9:24 ` Christian Roessner [this message]
2006-06-13 9:30 ` Keir Fraser
2006-06-13 12:20 ` Christian Roessner
2006-06-13 12:51 ` Keir Fraser
2006-06-13 14:12 ` Christian Roessner
2006-06-13 14:47 ` Keir Fraser
2006-06-13 14:57 ` Christian Roessner
2006-06-13 15:00 ` Keir Fraser
2006-06-13 15:04 ` Keir Fraser
2006-06-13 14:35 ` Christian Roessner
-- strict thread matches above, loose matches on Subject: below --
2006-06-14 21:43 Langsdorf, Mark
2006-06-15 6:14 ` Keir Fraser
2006-06-15 9:58 ` Christian Roessner
2006-06-15 10:21 ` Keir Fraser
2006-06-12 16:25 Langsdorf, Mark
2006-06-11 15:49 Christian Roessner
2006-06-11 16:11 ` Keir Fraser
2006-06-11 19:48 ` Christian Roessner
2006-06-11 21:04 ` Keir Fraser
2006-06-12 0:26 ` Christian Roessner
2006-06-12 7:49 ` Keir Fraser
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=448E8436.6090309@roessner-net.com \
--to=christian@roessner-net.com \
--cc=Keir.Fraser@cl.cam.ac.uk \
--cc=mark.langsdorf@amd.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.