search for: uppc

Displaying 20 results from an estimated 31 matches for "uppc".

Did you mean: ppc
2011 Dec 02
2
[LLVMdev] R: Re: LLVM-3.0 fails to build on linux ppc32
...12-02 at 09:15 -0600, Hal Finkel wrote: >> On Fri, 2011-12-02 at 06:58 -0600, Hal Finkel wrote: >> > Nico, >> > >> > There is a third place that '#undef PPC' is needed (at the top of >> > PPCFixupKinds.h). Alternatively, you can run configure with -UPPC in >> > your CPPFLAGS. I'll try to get this fixed in trunk shortly. >> >> I just tested this, and I was wrong: passing -UPPC to configure in >> CPPFLAGS does not work for some reason. Providing CPPFLAGS=-UPPC as an >> argument to make, however, does seem to wor...
2011 Dec 02
0
[LLVMdev] R: Re: LLVM-3.0 fails to build on linux ppc32
...Finkel wrote: > >> On Fri, 2011-12-02 at 06:58 -0600, Hal Finkel wrote: > >> > Nico, > >> > > >> > There is a third place that '#undef PPC' is needed (at the top of > >> > PPCFixupKinds.h). Alternatively, you can run configure with -UPPC in > >> > your CPPFLAGS. I'll try to get this fixed in trunk shortly. > >> > >> I just tested this, and I was wrong: passing -UPPC to configure in > >> CPPFLAGS does not work for some reason. Providing CPPFLAGS=-UPPC as an > >> argument to make,...
2010 Mar 03
1
using upscode2 driver with Powerware 5119 RM
...unications more robust. YMMV. UPS Code II spec says you need use_crlf, but it seems to work even without it. The upscode2 driver worked great for normal status, except it failed to power down the UPS. After much debugging I discovered the following problems: 1. The driver successfully sends the UPPC powerdown command, followed by the security string, and then exits. However the UPS ignored the UPPC command and never shut down. By performing a UPTP command right after the UPPC then the UPPC is recognized! Maybe the UPS doesn't like the serial communication being dropped so abruptly? 2....
2006 Oct 31
0
6352071 MDB ::interrupts need not display non-ISR entries on x86
Author: anish Repository: /hg/zfs-crypto/gate Revision: ca260b8c8934dc34091622676f0a58662e217e74 Log message: 6352071 MDB ::interrupts need not display non-ISR entries on x86 6354060 Add ::interrupts support for uppc(7d) based systems Files: create: usr/src/cmd/mdb/i86pc/modules/uppc/Makefile create: usr/src/cmd/mdb/i86pc/modules/uppc/amd64/Makefile create: usr/src/cmd/mdb/i86pc/modules/uppc/ia32/Makefile create: usr/src/cmd/mdb/i86pc/modules/uppc/uppc.c update: usr/src/cmd/mdb/i86pc/modules/Makefile upd...
2011 Dec 02
1
[LLVMdev] LLVM-3.0 fails to build on linux ppc32
On Fri, 2011-12-02 at 06:58 -0600, Hal Finkel wrote: > Nico, > > There is a third place that '#undef PPC' is needed (at the top of > PPCFixupKinds.h). Alternatively, you can run configure with -UPPC in > your CPPFLAGS. I'll try to get this fixed in trunk shortly. I just tested this, and I was wrong: passing -UPPC to configure in CPPFLAGS does not work for some reason. Providing CPPFLAGS=-UPPC as an argument to make, however, does seem to work. $ make CPPFLAGS=-UPPC -Hal > >...
2006 Oct 31
0
6427444 add ::softint support for x64
...ion: dd242801250e0f77ff81a2cde19ac40dec0d88af Log message: 6427444 add ::softint support for x64 Files: update: usr/src/cmd/mdb/common/mdb/mdb_ks.h update: usr/src/cmd/mdb/common/modules/mdb_ks/mdb_ks.c update: usr/src/cmd/mdb/i86pc/modules/pcplusmp/apic.c update: usr/src/cmd/mdb/i86pc/modules/uppc/intr_common.c update: usr/src/cmd/mdb/i86pc/modules/uppc/intr_common.h update: usr/src/cmd/mdb/i86pc/modules/uppc/uppc.c
2011 Dec 15
2
[LLVMdev] R: Re: LLVM-3.0 fails to build on linux ppc32
On Fri, 02 Dec 2011 13:23:07 -0600 Hal Finkel <hfinkel at anl.gov> wrote: _omissis__ > > > > ciao Hal, > > thanks a lot for your support. > > i'll try your last suggestion. > > > > Btw, adding -UPPC to my system cxx flags i.e.: > > export CXXFLAGS="$CXXFLAGS -UPPC" > > > > i got, instead, some tests error: > > Indeed; it appears that JIT is broken on PPC/Linux, and so the tests > that actually try to run code fail. I'll look at this in greater > d...
2011 Dec 02
0
[LLVMdev] LLVM-3.0 fails to build on linux ppc32
Nico, There is a third place that '#undef PPC' is needed (at the top of PPCFixupKinds.h). Alternatively, you can run configure with -UPPC in your CPPFLAGS. I'll try to get this fixed in trunk shortly. -Hal On Fri, 2011-12-02 at 12:30 +0100, acrux_it at libero.it wrote: > hi, i just try to build llvm-3.0 (stable) on linux ppc32 (CRUX PPC 2.7) with > gcc-4.5.3, binutils-2.21.1, glibc-2.12.2 . > > As this suggestion:...
2008 Mar 27
3
kernel memory and zfs
...multiple databases, application servers, web servers, and ftp servers running in the various zones. I understand that using ZFS will increase kernel memory usage, however I am a bit concerned at this point. root at servername:~/zonecfg #mdb -k Loading modules: [ unix krtld genunix specfs dtrace uppc pcplusmp ufs md mpt ip indmux ptm nfs ] ::memstat Page Summary Pages MB %Tot ---- Kernel 4108442 16048 49% Anon 3769634 14725 45% Exec and libs 9098 35 0% Page cache 29612 115 0% Free (cachelist) 99437 388 1% Free (freelist) 369040 1441 4% Total 8385263 32754 Physical 8176401 31939 Out of 32GB o...
2011 Dec 02
4
[LLVMdev] LLVM-3.0 fails to build on linux ppc32
hi, i just try to build llvm-3.0 (stable) on linux ppc32 (CRUX PPC 2.7) with gcc-4.5.3, binutils-2.21.1, glibc-2.12.2 . As this suggestion: http://llvm.org/bugs/show_bug.cgi?id=10969 I applied a patch like this one: --- llvm-3.0.src/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h 2011-07-26 01:24:55.000000000 +0200 +++ llvm-3.0.src/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
2011 Oct 05
2
[LLVMdev] undef PPC
Were the patches to insert some "#undef PPC" lines ever committed? They appeared on the commit list, but the changes don't seem to be in trunk. Specifically, I'm referring to: http://comments.gmane.org/gmane.comp.compilers.llvm.cvs/99549 I can confirm that these are necessary for building on PPC Linux systems (at least the ones to which I have access). -Hal -- Hal Finkel
2011 Oct 05
0
[LLVMdev] undef PPC
...think it might be obvious. I am dubious in my own style. > I can confirm that these are necessary for building on PPC Linux systems > (at least the ones to which I have access). I confirmed on PS3 ppc-redhat-linux. Since the macro PPC is not used in include/llvm, I don't oppose to add -UPPC to build llvm. ...Then, should we detect whether PPC is defined not in build configuration? The issue could be resolved if include/llvm/Config/config.h (not llvm-config.h) had #undef PPC. ...Takumi
2011 Nov 01
0
[LLVMdev] llvm-3.0rc2 build error on linux/ppc
Nello,it is known issue ;) You may work around to add -UPPC. http://llvm.org/bugs/show_bug.cgi?id=10969 FYI, LLVM RC2 passes on ppc-linux. http://bb.pgr.jp/builders/clang-ppc-linux/builds/125 ...Takumi
2006 Oct 31
0
6414036 ::interrupts share_cnt can be misleading
...ate Revision: 445b09139fca7f498d4a47a7a31fc69e742dd484 Log message: 6414036 ::interrupts share_cnt can be misleading 6415576 add new options to ::interrupts for displaying intrstat like output etc. Files: update: usr/src/cmd/mdb/i86pc/modules/pcplusmp/apic.c update: usr/src/cmd/mdb/i86pc/modules/uppc/uppc.c
2011 Dec 15
0
[LLVMdev] R: Re: LLVM-3.0 fails to build on linux ppc32
...wrote: > On Fri, 02 Dec 2011 13:23:07 -0600 > Hal Finkel <hfinkel at anl.gov> wrote: > > _omissis__ > > > > > > ciao Hal, > > > thanks a lot for your support. > > > i'll try your last suggestion. > > > > > > Btw, adding -UPPC to my system cxx flags i.e.: > > > export CXXFLAGS="$CXXFLAGS -UPPC" > > > > > > i got, instead, some tests error: > > > > Indeed; it appears that JIT is broken on PPC/Linux, and so the tests > > that actually try to run code fail. I'll...
2009 Jan 29
1
Fwd: upscode2.c
...ize if you are not the correct person, but I was wanting to submit a bug report for the upscode2.c driver but could not find a way to do that from the NUT website. Here is the problem code and what I have noticed in upscode2.c: void upsdrv_shutdown(void) { if (can_upsd && can_uppc) { upslogx(LOG_EMERG, "Emergency shutdown"); upscsend("UPSD"); /* Set shutdown delay */ upscsend("1"); /* 1 second (lowest possible. 0 returns current.*/ upslogx(LOG_EMERG, "Shut...
2008 Feb 24
2
Can DTrace display non-instrumented function argument counts and types?
Is it possible to use DTrace to display the number of arguments and their types for userland or kernel functions that are not explicitly instrumented or documented by their authors? We''re talking about functions provided by Veritas VxVM/VxFS and the like, and for example, we might want to try tracing I/Os from App => VxFS => VxVM => ssd driver to see where I/Os get aggregated or
2011 Nov 01
2
[LLVMdev] llvm-3.0rc2 build error on linux/ppc
i just tried to build llvm-3.0rc2 on my powerpc (G4) but without success. My toolchain (CRUX PPC 2.7): gcc-4.5.3, binutils-2.21.1, glibc-2.12.2, libffi-3.0.10 my llvm config: ./configure --prefix=/usr --mandir=/usr/man \ --enable-shared \ --enable-libffi --enable-optimize \ --enable-targets=all \ --enable-threads --enable-pic --enable-jit \
2008 Feb 16
4
Solaris snv81 xVM on a Thinkpad T30
Trying to boot my Thinkpad T30 with Solaris snv_81 xVM it get the error message This version of Solaris xVM does not support this hardware The output of "echo ::interrupts | mdb -k" while booted without xVM is bash-3.2# echo ::interrupts | mdb -k IRQ Vector IPL(lo/hi) Bus Share ISR(s) 0 0x20 14/14 - 1 cbe_fire 1 0x21 5/5 ISA 1 i8042_intr 3 0x23
2010 Apr 05
3
bootstrap confidence intervals, non iid
hello, i need to calculate ci's for each of 4 groups within a dataset, to be able to infere about differences in the variable "similarity". the problem is that data within groups is dependent, as assigned by the blocking-factor "site". my guess was to use a block bootstrap but samples within in these blocks / sites are not of same length. i was not able to find a method to