From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Roessner Subject: Re: Powernow-k8 support Date: Tue, 13 Jun 2006 11:24:06 +0200 Message-ID: <448E8436.6090309@roessner-net.com> References: <84EA05E2CA77634C82730353CBE3A84303218DB7@SAUSEXMB1.amd.com> <7323ccafa3d18675107a67105b9a7469@cl.cam.ac.uk> <448D9D3A.8070502@roessner-net.com> <5b1471b1f6e8a778f13b5785eed389aa@cl.cam.ac.uk> <448E7C04.5000907@roessner-net.com> <85598d5553ec6d3b82d75eb1e889a396@cl.cam.ac.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1200316467==" Return-path: In-Reply-To: <85598d5553ec6d3b82d75eb1e889a396@cl.cam.ac.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Mime-version: 1.0 Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com, "Langsdorf, Mark" List-Id: xen-devel@lists.xenproject.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============1200316467== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig7C9DABB9EACA299CFF8E2617" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig7C9DABB9EACA299CFF8E2617 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable >> 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. >=20 > 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? I= s > 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 >=20 --=20 Tel.: 0641-2097252, Mobil: 0171-3611230 PGP: http://www.roessner-net.com/0x6B929997.asc --------------enig7C9DABB9EACA299CFF8E2617 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEjoQ8ZzAxnGuSmZcRAqmHAKDVtaZr5GTuVIbH+AWDsdh08CydBwCfcO9l dunfyJZekVFdpwFGqUFPoSY= =zZPD -----END PGP SIGNATURE----- --------------enig7C9DABB9EACA299CFF8E2617-- --===============1200316467== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --===============1200316467==--